Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c226 &native_stats.rx_bytes); in i40e_vf_representor_stats_get()
229 &native_stats.rx_unicast); in i40e_vf_representor_stats_get()
238 &native_stats.rx_discards); in i40e_vf_representor_stats_get()
244 &native_stats.tx_bytes); in i40e_vf_representor_stats_get()
247 &native_stats.tx_unicast); in i40e_vf_representor_stats_get()
256 &native_stats.tx_errors); in i40e_vf_representor_stats_get()
259 &native_stats.tx_discards); in i40e_vf_representor_stats_get()
262 native_stats.rx_multicast + in i40e_vf_representor_stats_get()
263 native_stats.rx_broadcast; in i40e_vf_representor_stats_get()
266 native_stats.tx_broadcast; in i40e_vf_representor_stats_get()
[all …]