Lines Matching refs:VF_STAT
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),
230 VF_STAT("rx_unknown_protocol", current_stats.rx_unknown_protocol),
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),
234 VF_STAT("tx_broadcast", current_stats.tx_broadcast),
235 VF_STAT("tx_discards", current_stats.tx_discards),
236 VF_STAT("tx_errors", current_stats.tx_errors),