diff options
author | Yaniv Rosner <yaniv.rosner@broadcom.com> | 2012-09-13 06:56:19 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-13 23:01:39 +0400 |
commit | 5c107fda9698bba6828bbca687ca556fd5e7f50c (patch) | |
tree | 722264f87e566f54c071ab50d827376d21d4cff2 /drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | |
parent | b0e61d98c672a9216d72d2d7430f6dc60795002e (diff) | |
download | linux-5c107fda9698bba6828bbca687ca556fd5e7f50c.tar.xz |
bnx2x: link code refactoring
Separate the interrupt setting part of each external PHY to a specific
function.
This allows calling the interrupt setting in case of link-flap avoidance,
since some link owners may not enable the interrupt on their own.
Signed-off-by: Yaniv Rosner <yaniv.rosner@broadcom.com>
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h')
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h index 360ecf9e0739..ffc83f3c9123 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h @@ -216,6 +216,7 @@ struct bnx2x_phy { phy_specific_func_t phy_specific_func; #define DISABLE_TX 1 #define ENABLE_TX 2 +#define PHY_INIT 3 }; /* Inputs parameters to the CLC */ |