diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-08-11 02:29:33 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:28 -0400 |
commit | b1c9e0f7806d1f627f534fd0f83f235087496f7a (patch) | |
tree | b13d41bd5583850b53a7626d5017f3fd555f9563 /drivers/net/cxgb3/common.h | |
parent | acb2cc8b20d6cb9e65c1e442d59a2449d8774157 (diff) |
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.h | 1 |
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 { | |||
507 | unsigned int tx_xcnt; | 507 | unsigned int tx_xcnt; |
508 | u64 tx_mcnt; | 508 | u64 tx_mcnt; |
509 | unsigned int rx_xcnt; | 509 | unsigned int rx_xcnt; |
510 | unsigned int rx_ocnt; | ||
510 | u64 rx_mcnt; | 511 | u64 rx_mcnt; |
511 | unsigned int toggle_cnt; | 512 | unsigned int toggle_cnt; |
512 | unsigned int txen; | 513 | unsigned int txen; |