Searched refs:IXGBEVF_ZSTAT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 62 #define IXGBEVF_ZSTAT(m) { \ macro 78 {"tx_busy", IXGBEVF_ZSTAT(tx_busy)}, 79 {"tx_restart_queue", IXGBEVF_ZSTAT(restart_queue)}, 80 {"tx_timeout_count", IXGBEVF_ZSTAT(tx_timeout_count)}, 83 {"rx_csum_offload_errors", IXGBEVF_ZSTAT(hw_csum_rx_error)}, 85 {"rx_bp_poll_yield", IXGBEVF_ZSTAT(bp_rx_yields)}, 86 {"rx_bp_cleaned", IXGBEVF_ZSTAT(bp_rx_cleaned)}, 87 {"rx_bp_misses", IXGBEVF_ZSTAT(bp_rx_missed)}, 88 {"tx_bp_napi_yield", IXGBEVF_ZSTAT(bp_tx_yields)}, 89 {"tx_bp_cleaned", IXGBEVF_ZSTAT(bp_tx_cleaned)}, [all …]
|