Lines Matching refs:ice_eth_stats
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)},
235 {"tx_multicast_packets", offsetof(struct ice_eth_stats, tx_multicast)},
236 {"tx_broadcast_packets", offsetof(struct ice_eth_stats, tx_broadcast)},
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()
4741 struct ice_eth_stats *nes = &vsi->eth_stats; in ice_update_vsi_stats()