Home
last modified time | relevance | path

Searched refs:I40E_NETDEV_STAT (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c26 #define I40E_NETDEV_STAT(_net_stat) \ macro
38 I40E_NETDEV_STAT(rx_packets),
39 I40E_NETDEV_STAT(tx_packets),
40 I40E_NETDEV_STAT(rx_bytes),
41 I40E_NETDEV_STAT(tx_bytes),
42 I40E_NETDEV_STAT(rx_errors),
43 I40E_NETDEV_STAT(tx_errors),
44 I40E_NETDEV_STAT(rx_dropped),
45 I40E_NETDEV_STAT(tx_dropped),
46 I40E_NETDEV_STAT(collisions),
[all …]