Searched refs:IGC_STAT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | 19 #define IGC_STAT(_name, _stat) { \ macro 26 IGC_STAT("rx_packets", stats.gprc), 27 IGC_STAT("tx_packets", stats.gptc), 28 IGC_STAT("rx_bytes", stats.gorc), 29 IGC_STAT("tx_bytes", stats.gotc), 30 IGC_STAT("rx_broadcast", stats.bprc), 31 IGC_STAT("tx_broadcast", stats.bptc), 34 IGC_STAT("multicast", stats.mprc), 35 IGC_STAT("collisions", stats.colc), 58 IGC_STAT("tx_smbus", stats.mgptc), [all …]
|