Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c54 #define I40E_NETDEV_STAT(_net_stat) \ macro
242 I40E_NETDEV_STAT(rx_packets),
243 I40E_NETDEV_STAT(tx_packets),
244 I40E_NETDEV_STAT(rx_bytes),
245 I40E_NETDEV_STAT(tx_bytes),
246 I40E_NETDEV_STAT(rx_errors),
247 I40E_NETDEV_STAT(tx_errors),
248 I40E_NETDEV_STAT(rx_dropped),
249 I40E_NETDEV_STAT(rx_missed_errors),
250 I40E_NETDEV_STAT(tx_dropped),
[all …]