Searched refs:IXGBEVF_STAT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ethtool.c | 29 #define IXGBEVF_STAT(_name, _stat) { \ macro 48 IXGBEVF_STAT("tx_busy", tx_busy), 49 IXGBEVF_STAT("tx_restart_queue", restart_queue), 50 IXGBEVF_STAT("tx_timeout_count", tx_timeout_count), 52 IXGBEVF_STAT("rx_csum_offload_errors", hw_csum_rx_error), 53 IXGBEVF_STAT("alloc_rx_page", alloc_rx_page), 54 IXGBEVF_STAT("alloc_rx_page_failed", alloc_rx_page_failed), 55 IXGBEVF_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed), 56 IXGBEVF_STAT("tx_ipsec", tx_ipsec), 57 IXGBEVF_STAT("rx_ipsec", rx_ipsec),
|