Searched refs:rx_mcast_pkts (Results 1 – 7 of 7) sorted by relevance
41 u64 rx_mcast_pkts; member
329 p_common->rx_mcast_pkts = stats.common.rx_mcast_pkts; in qede_fill_by_demand_stats() 433 stats->rx_packets = p_common->rx_ucast_pkts + p_common->rx_mcast_pkts + in qede_get_stats64() 444 stats->multicast = p_common->rx_mcast_pkts + p_common->rx_bcast_pkts; in qede_get_stats64()
631 __le32 rx_mcast_pkts; /* # of multicast packets received */ member
1321 u64 rx_mcast_pkts; member
673 stats->multicast += rx_stats(rxo)->rx_mcast_pkts; in be_get_stats64()2265 stats->rx_mcast_pkts++; in be_rx_stats_update()
3156 tlv->rx_frames = p_common->rx_ucast_pkts + p_common->rx_mcast_pkts + in qed_fill_generic_tlv_data()
13521 stats->rx_packets += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_ring_stats() 13539 stats->multicast += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_add_prev_stats() 16064 stats->packets += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_queue_stats_rx()