Searched refs:ice_eth_stats (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.h | 257 struct ice_eth_stats eth_stats_offset; 258 struct ice_eth_stats eth_stats; 435 struct ice_eth_stats internal_stats_offset; 436 struct ice_eth_stats internal_stats;
|
| H A D | ice_ethdev.c | 228 {"rx_unicast_packets", offsetof(struct ice_eth_stats, rx_unicast)}, 229 {"rx_multicast_packets", offsetof(struct ice_eth_stats, rx_multicast)}, 230 {"rx_broadcast_packets", offsetof(struct ice_eth_stats, rx_broadcast)}, 231 {"rx_dropped_packets", offsetof(struct ice_eth_stats, rx_discards)}, 232 {"rx_unknown_protocol_packets", offsetof(struct ice_eth_stats, 234 {"tx_unicast_packets", offsetof(struct ice_eth_stats, tx_unicast)}, 237 {"tx_dropped_packets", offsetof(struct ice_eth_stats, tx_discards)}, 1735 memset(&pf->internal_stats, 0, sizeof(struct ice_eth_stats)); in ice_pf_setup() 1736 memset(&pf->internal_stats_offset, 0, sizeof(struct ice_eth_stats)); in ice_pf_setup() 4740 struct ice_eth_stats *oes = &vsi->eth_stats_offset; in ice_update_vsi_stats() [all …]
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 991 struct ice_eth_stats { struct 1021 struct ice_eth_stats eth; argument
|
| H A D | ice_common.h | 209 struct ice_eth_stats *cur_stats);
|
| H A D | ice_common.c | 4544 struct ice_eth_stats *cur_stats) in ice_stat_update_repc()
|