Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c220 &representor->stats_offset.rx_bytes, in i40e_vf_representor_stats_get()
223 &representor->stats_offset.rx_unicast, in i40e_vf_representor_stats_get()
226 &representor->stats_offset.rx_multicast, in i40e_vf_representor_stats_get()
229 &representor->stats_offset.rx_broadcast, in i40e_vf_representor_stats_get()
232 &representor->stats_offset.rx_discards, in i40e_vf_representor_stats_get()
238 &representor->stats_offset.tx_bytes, in i40e_vf_representor_stats_get()
241 &representor->stats_offset.tx_unicast, in i40e_vf_representor_stats_get()
244 &representor->stats_offset.tx_multicast, in i40e_vf_representor_stats_get()
247 &representor->stats_offset.tx_broadcast, in i40e_vf_representor_stats_get()
250 &representor->stats_offset.tx_errors, in i40e_vf_representor_stats_get()
[all …]
H A Di40e_ethdev.h1108 struct i40e_hw_port_stats stats_offset; member
1305 struct i40e_eth_stats stats_offset; member
H A Di40e_ethdev.c3138 struct i40e_hw_port_stats *os = &pf->stats_offset; /* old stats */ in i40e_read_stats_registers()
6234 memset(&pf->stats_offset, 0, sizeof(struct i40e_hw_port_stats)); in i40e_pf_setup()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h432 struct ice_hw_port_stats stats_offset; member
H A Dice_ethdev.c1734 memset(&pf->stats_offset, 0, sizeof(struct ice_hw_port_stats)); in ice_pf_setup()
4822 struct ice_hw_port_stats *os = &pf->stats_offset; /* old stats */ in ice_read_stats_registers()