aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/common.h
diff options
context:
space:
mode:
authorDivy Le Ray <divy@chelsio.com>2007-08-10 23:29:33 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:50:28 -0700
commitb1c9e0f7806d1f627f534fd0f83f235087496f7a (patch)
treeb13d41bd5583850b53a7626d5017f3fd555f9563 /drivers/net/cxgb3/common.h
parent[PATCH] drivers/net: remove superfluous memset (diff)
downloadlinux-dev-b1c9e0f7806d1f627f534fd0f83f235087496f7a.tar.xz
linux-dev-b1c9e0f7806d1f627f534fd0f83f235087496f7a.zip
cxgb3 - MAC workaround update
Update the MAC workaround to deal with switches that do not honor pause frames. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r--drivers/net/cxgb3/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h
index 2129210a67c1..1746003eb46a 100644
--- a/drivers/net/cxgb3/common.h
+++ b/drivers/net/cxgb3/common.h
@@ -507,6 +507,7 @@ struct cmac {
unsigned int tx_xcnt;
u64 tx_mcnt;
unsigned int rx_xcnt;
+ unsigned int rx_ocnt;
u64 rx_mcnt;
unsigned int toggle_cnt;
unsigned int txen;