Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c26 #define ICE_VSI_STAT(_name, _stat) \ macro
52 ICE_VSI_STAT("rx_unicast", eth_stats.rx_unicast),
53 ICE_VSI_STAT("tx_unicast", eth_stats.tx_unicast),
58 ICE_VSI_STAT("rx_bytes", eth_stats.rx_bytes),
59 ICE_VSI_STAT("tx_bytes", eth_stats.tx_bytes),
62 ICE_VSI_STAT("rx_alloc_fail", rx_buf_failed),
63 ICE_VSI_STAT("rx_pg_alloc_fail", rx_page_failed),
64 ICE_VSI_STAT("tx_errors", eth_stats.tx_errors),
65 ICE_VSI_STAT("tx_linearize", tx_linearize),
66 ICE_VSI_STAT("tx_busy", tx_busy),
[all …]