Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c225 &representor->stats_offset.rx_bytes, in i40e_vf_representor_stats_get()
228 &representor->stats_offset.rx_unicast, in i40e_vf_representor_stats_get()
231 &representor->stats_offset.rx_multicast, in i40e_vf_representor_stats_get()
234 &representor->stats_offset.rx_broadcast, in i40e_vf_representor_stats_get()
237 &representor->stats_offset.rx_discards, in i40e_vf_representor_stats_get()
243 &representor->stats_offset.tx_bytes, in i40e_vf_representor_stats_get()
246 &representor->stats_offset.tx_unicast, in i40e_vf_representor_stats_get()
249 &representor->stats_offset.tx_multicast, in i40e_vf_representor_stats_get()
252 &representor->stats_offset.tx_broadcast, in i40e_vf_representor_stats_get()
255 &representor->stats_offset.tx_errors, in i40e_vf_representor_stats_get()
[all …]
H A Di40e_ethdev.h1120 struct i40e_hw_port_stats stats_offset; member
1269 struct i40e_eth_stats stats_offset; member
H A Di40e_ethdev.c3084 struct i40e_hw_port_stats *os = &pf->stats_offset; /* old stats */ in i40e_read_stats_registers()
6195 memset(&pf->stats_offset, 0, sizeof(struct i40e_hw_port_stats)); in i40e_pf_setup()
/dpdk/drivers/net/ice/
H A Dice_ethdev.h483 struct ice_hw_port_stats stats_offset; member
H A Dice_ethdev.c1700 memset(&pf->stats_offset, 0, sizeof(struct ice_hw_port_stats)); in ice_pf_setup()
5254 struct ice_hw_port_stats *os = &pf->stats_offset; /* old stats */ in ice_read_stats_registers()