diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-08-10 23:29:33 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:50:28 -0700 |
commit | b1c9e0f7806d1f627f534fd0f83f235087496f7a (patch) | |
tree | b13d41bd5583850b53a7626d5017f3fd555f9563 /drivers/net/cxgb3/common.h | |
parent | acb2cc8b20d6cb9e65c1e442d59a2449d8774157 (diff) | |
download | op-kernel-dev-b1c9e0f7806d1f627f534fd0f83f235087496f7a.zip op-kernel-dev-b1c9e0f7806d1f627f534fd0f83f235087496f7a.tar.gz |
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 2129210..1746003 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; |