Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_type.h1067 struct i40e_hw_port_stats { struct
1069 struct i40e_eth_stats eth;
1072 u64 tx_dropped_link_down; /* tdold */
1073 u64 crc_errors; /* crcerrs */
1074 u64 illegal_bytes; /* illerrc */
1075 u64 error_bytes; /* errbc */
1076 u64 mac_local_faults; /* mlfc */
1077 u64 mac_remote_faults; /* mrfc */
1078 u64 rx_length_errors; /* rlec */
1079 u64 link_xon_rx; /* lxonrxc */
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_type.h1092 struct i40e_hw_port_stats { struct
1094 struct i40e_eth_stats eth;
1097 u64 tx_dropped_link_down; /* tdold */
1098 u64 crc_errors; /* crcerrs */
1099 u64 illegal_bytes; /* illerrc */
1100 u64 error_bytes; /* errbc */
1101 u64 mac_local_faults; /* mlfc */
1102 u64 mac_remote_faults; /* mrfc */
1103 u64 rx_length_errors; /* rlec */
1104 u64 link_xon_rx; /* lxonrxc */
[all …]