Searched refs:IXGBEVF_STAT (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 31 #define IXGBEVF_STAT(_name, _stat) { \ macro 50 IXGBEVF_STAT("tx_busy", tx_busy), 51 IXGBEVF_STAT("tx_restart_queue", restart_queue), 52 IXGBEVF_STAT("tx_timeout_count", tx_timeout_count), 54 IXGBEVF_STAT("rx_csum_offload_errors", hw_csum_rx_error), 55 IXGBEVF_STAT("alloc_rx_page", alloc_rx_page), 56 IXGBEVF_STAT("alloc_rx_page_failed", alloc_rx_page_failed), 57 IXGBEVF_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
|