Searched refs:VF_STAT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 221 #define VF_STAT(_name, _stat) \ macro 225 VF_STAT("rx_bytes", current_stats.rx_bytes), 226 VF_STAT("rx_unicast", current_stats.rx_unicast), 227 VF_STAT("rx_multicast", current_stats.rx_multicast), 228 VF_STAT("rx_broadcast", current_stats.rx_broadcast), 229 VF_STAT("rx_discards", current_stats.rx_discards), 231 VF_STAT("tx_bytes", current_stats.tx_bytes), 232 VF_STAT("tx_unicast", current_stats.tx_unicast), 233 VF_STAT("tx_multicast", current_stats.tx_multicast), 235 VF_STAT("tx_discards", current_stats.tx_discards), [all …]
|