Searched refs:FM10K_STAT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_ethtool.c | 49 #define FM10K_STAT(_name, _stat) \ macro 53 FM10K_STAT("tx_restart_queue", restart_queue), 54 FM10K_STAT("tx_busy", tx_busy), 55 FM10K_STAT("tx_csum_errors", tx_csum_errors), 56 FM10K_STAT("rx_alloc_failed", alloc_failed), 57 FM10K_STAT("rx_csum_errors", rx_csum_errors), 59 FM10K_STAT("tx_packets_nic", tx_packets_nic), 60 FM10K_STAT("tx_bytes_nic", tx_bytes_nic), 61 FM10K_STAT("rx_packets_nic", rx_packets_nic), 62 FM10K_STAT("rx_bytes_nic", rx_bytes_nic), [all …]
|