aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_type.h
diff options
context:
space:
mode:
authorYi Zou <yi.zou@intel.com>2009-05-13 13:12:16 +0000
committerDavid S. Miller <davem@davemloft.net>2009-05-17 12:00:09 -0700
commit6d45522c532be430b2ed63ed48a6a9e15328af66 (patch)
tree3237ae3c78ad55a050a8d97c72e548b9ca4f95fe /drivers/net/ixgbe/ixgbe_type.h
parentixgbe: Implement FCoE Rx side large receive offload feature to 82599 (diff)
downloadlinux-dev-6d45522c532be430b2ed63ed48a6a9e15328af66.tar.xz
linux-dev-6d45522c532be430b2ed63ed48a6a9e15328af66.zip
ixgbe: Add FCoE related statistics to 82599
This adds FCoE related statistics to 82599, including number Rx-ed and Tx-ed FCoE packets, number of Rx-ed and Tx-ed FCoE packets in dwords, number of bad Fiber Channel CRCs detected in FCoE packets, and number of FCoE packets dropped on the Rx side. Signed-off-by: Yi Zou <yi.zou@intel.com> Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ixgbe/ixgbe_type.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_type.h b/drivers/net/ixgbe/ixgbe_type.h
index b3de7233eeb1..38f835da4b90 100644
--- a/drivers/net/ixgbe/ixgbe_type.h
+++ b/drivers/net/ixgbe/ixgbe_type.h
@@ -2157,6 +2157,12 @@ struct ixgbe_hw_stats {
u64 fdirfstat_fremove;
u64 fdirmatch;
u64 fdirmiss;
+ u64 fccrc;
+ u64 fcoerpdc;
+ u64 fcoeprc;
+ u64 fcoeptc;
+ u64 fcoedwrc;
+ u64 fcoedwtc;
};
/* forward declaration */