Home
last modified time | relevance | path

Searched refs:native_stats (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c221 &native_stats.rx_bytes); in i40e_vf_representor_stats_get()
224 &native_stats.rx_unicast); in i40e_vf_representor_stats_get()
233 &native_stats.rx_discards); in i40e_vf_representor_stats_get()
239 &native_stats.tx_bytes); in i40e_vf_representor_stats_get()
242 &native_stats.tx_unicast); in i40e_vf_representor_stats_get()
251 &native_stats.tx_errors); in i40e_vf_representor_stats_get()
254 &native_stats.tx_discards); in i40e_vf_representor_stats_get()
257 native_stats.rx_multicast + in i40e_vf_representor_stats_get()
258 native_stats.rx_broadcast; in i40e_vf_representor_stats_get()
261 native_stats.tx_broadcast; in i40e_vf_representor_stats_get()
[all …]