Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_ethdev.h303 struct ice_eth_stats eth_stats_offset;
304 struct ice_eth_stats eth_stats;
486 struct ice_eth_stats internal_stats_offset;
487 struct ice_eth_stats internal_stats;
H A Dice_ethdev.c279 {"rx_unicast_packets", offsetof(struct ice_eth_stats, rx_unicast)},
280 {"rx_multicast_packets", offsetof(struct ice_eth_stats, rx_multicast)},
281 {"rx_broadcast_packets", offsetof(struct ice_eth_stats, rx_broadcast)},
282 {"rx_dropped_packets", offsetof(struct ice_eth_stats, rx_discards)},
283 {"rx_unknown_protocol_packets", offsetof(struct ice_eth_stats,
285 {"tx_unicast_packets", offsetof(struct ice_eth_stats, tx_unicast)},
288 {"tx_dropped_packets", offsetof(struct ice_eth_stats, tx_discards)},
1701 memset(&pf->internal_stats, 0, sizeof(struct ice_eth_stats)); in ice_pf_setup()
1702 memset(&pf->internal_stats_offset, 0, sizeof(struct ice_eth_stats)); in ice_pf_setup()
5172 struct ice_eth_stats *oes = &vsi->eth_stats_offset; in ice_update_vsi_stats()
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_type.h1269 struct ice_eth_stats { struct
1299 struct ice_eth_stats eth; argument
H A Dice_common.h245 struct ice_eth_stats *cur_stats);
H A Dice_common.c5333 struct ice_eth_stats *cur_stats) in ice_stat_update_repc()