Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h363 struct i40e_eth_stats stats;
383 struct i40e_eth_stats eth_stats_offset;
384 struct i40e_eth_stats eth_stats;
1126 struct i40e_eth_stats internal_stats_offset;
1127 struct i40e_eth_stats internal_stats;
1269 struct i40e_eth_stats stats_offset;
H A Di40e_vf_representor.c180 struct i40e_eth_stats *stats) in rte_pmd_i40e_get_vf_native_stats()
217 struct i40e_eth_stats native_stats; in i40e_vf_representor_stats_get()
H A Di40e_ethdev.c528 {"rx_unicast_packets", offsetof(struct i40e_eth_stats, rx_unicast)},
529 {"rx_multicast_packets", offsetof(struct i40e_eth_stats, rx_multicast)},
530 {"rx_broadcast_packets", offsetof(struct i40e_eth_stats, rx_broadcast)},
531 {"rx_dropped_packets", offsetof(struct i40e_eth_stats, rx_discards)},
532 {"rx_unknown_protocol_packets", offsetof(struct i40e_eth_stats,
536 {"tx_unicast_packets", offsetof(struct i40e_eth_stats, tx_unicast)},
537 {"tx_multicast_packets", offsetof(struct i40e_eth_stats, tx_multicast)},
539 {"tx_dropped_packets", offsetof(struct i40e_eth_stats, tx_discards)},
3015 struct i40e_eth_stats *oes = &vsi->eth_stats_offset; in i40e_update_vsi_stats()
3016 struct i40e_eth_stats *nes = &vsi->eth_stats; in i40e_update_vsi_stats()
[all …]
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1418 struct i40e_eth_stats { struct
1461 struct i40e_eth_stats eth;