Searched refs:i40e_eth_stats (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev_vf.c | 156 {"rx_bytes", offsetof(struct i40e_eth_stats, rx_bytes)}, 157 {"rx_unicast_packets", offsetof(struct i40e_eth_stats, rx_unicast)}, 161 {"rx_unknown_protocol_packets", offsetof(struct i40e_eth_stats, 163 {"tx_bytes", offsetof(struct i40e_eth_stats, tx_bytes)}, 168 {"tx_error_packets", offsetof(struct i40e_eth_stats, tx_errors)}, 939 *pstats = (struct i40e_eth_stats *)args.out_buffer; in i40evf_query_stats() 969 struct i40e_eth_stats *nes) in i40evf_update_stats() 971 struct i40e_eth_stats *oes = &vsi->eth_stats_offset; in i40evf_update_stats() 1002 struct i40e_eth_stats *pstats = NULL; in i40evf_dev_xstats_reset() 1034 struct i40e_eth_stats *pstats = NULL; in i40evf_dev_xstats_get() [all …]
|
| H A D | i40e_ethdev.h | 352 struct i40e_eth_stats stats; 372 struct i40e_eth_stats eth_stats_offset; 373 struct i40e_eth_stats eth_stats; 1111 struct i40e_eth_stats internal_stats_offset; 1112 struct i40e_eth_stats internal_stats; 1305 struct i40e_eth_stats stats_offset;
|
| H A D | i40e_vf_representor.c | 175 struct i40e_eth_stats *stats) in rte_pmd_i40e_get_vf_native_stats() 212 struct i40e_eth_stats native_stats; in i40e_vf_representor_stats_get()
|
| H A D | i40e_ethdev.c | 522 {"rx_unicast_packets", offsetof(struct i40e_eth_stats, rx_unicast)}, 523 {"rx_multicast_packets", offsetof(struct i40e_eth_stats, rx_multicast)}, 524 {"rx_broadcast_packets", offsetof(struct i40e_eth_stats, rx_broadcast)}, 525 {"rx_dropped_packets", offsetof(struct i40e_eth_stats, rx_discards)}, 526 {"rx_unknown_protocol_packets", offsetof(struct i40e_eth_stats, 528 {"tx_unicast_packets", offsetof(struct i40e_eth_stats, tx_unicast)}, 529 {"tx_multicast_packets", offsetof(struct i40e_eth_stats, tx_multicast)}, 531 {"tx_dropped_packets", offsetof(struct i40e_eth_stats, tx_discards)}, 3069 struct i40e_eth_stats *oes = &vsi->eth_stats_offset; in i40e_update_vsi_stats() 3070 struct i40e_eth_stats *nes = &vsi->eth_stats; in i40e_update_vsi_stats() [all …]
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 1411 struct i40e_eth_stats { struct 1454 struct i40e_eth_stats eth;
|