summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h
diff options
context:
space:
mode:
authorYaniv Rosner2012-09-13 04:56:20 +0200
committerDavid S. Miller2012-09-13 21:01:39 +0200
commitd3a8f13b11e34b377e5fbc544c6780ba83e0346a (patch)
tree8fd2d0b3c29f964ccd021ca4209d8d41b3b73596 /drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h
parentbnx2x: link code refactoring (diff)
downloadkernel-qcow2-linux-d3a8f13b11e34b377e5fbc544c6780ba83e0346a.tar.gz
kernel-qcow2-linux-d3a8f13b11e34b377e5fbc544c6780ba83e0346a.tar.xz
kernel-qcow2-linux-d3a8f13b11e34b377e5fbc544c6780ba83e0346a.zip
bnx2x: Link Flap Avoidance
Various flows in the bnx2x driver cause a link-flap - if the link is up, it would be toggled down (after a mac/phy reset) and then taken back up. In many of these cases, there is no need to do cause such a flap, as the associated flows should not actually affect the link. This patch adds the 'Link Flap Avoidance' mechanism, which allows the driver to better determine if a given flow requires a link change, and thus minimize the number of link flaps caused by the driver. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h
index ffc83f3c9123..21c3e42ec6a8 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h
@@ -305,6 +305,8 @@ struct link_params {
struct bnx2x *bp;
u16 req_fc_auto_adv; /* Should be set to TX / BOTH when
req_flow_ctrl is set to AUTO */
+ u16 rsrv1;
+ u32 lfa_base;
};
/* Output parameters */