Home
last modified time | relevance | path

Searched defs:i40e_fcoe_stats (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_type.h1074 struct i40e_fcoe_stats { struct
1075 u64 rx_fcoe_packets; /* fcoeprc */
1076 u64 rx_fcoe_dwords; /* focedwrc */
1077 u64 rx_fcoe_dropped; /* fcoerpdc */
1078 u64 tx_fcoe_packets; /* fcoeptc */
1079 u64 tx_fcoe_dwords; /* focedwtc */
1080 u64 fcoe_bad_fccrc; /* fcoecrc */
1081 u64 fcoe_last_error; /* fcoelast */
1082 u64 fcoe_ddp_count; /* fcoeddpc */