Searched refs:rx_mcast_pkts (Results 1 – 15 of 15) sorted by relevance
85 {"rx_mcast_pkts", QL_SIZEOF(nic_stats.rx_mcast_pkts),86 QL_OFF(nic_stats.rx_mcast_pkts)},
1536 u64 rx_mcast_pkts; member
564 __le32 rx_mcast_pkts; /* # of multicast packets received */ member
2829 sinfo->rx_packets += le32_to_cpu(sta_info_le.rx_mcast_pkts); in brcmf_cfg80211_get_station()
43 u64 rx_mcast_pkts; member
318 p_common->rx_mcast_pkts = stats.common.rx_mcast_pkts; in qede_fill_by_demand_stats()419 stats->rx_packets = p_common->rx_ucast_pkts + p_common->rx_mcast_pkts + in qede_get_stats64()430 stats->multicast = p_common->rx_mcast_pkts + p_common->rx_bcast_pkts; in qede_get_stats64()
90 QEDE_STAT(rx_mcast_pkts),
265 u32 rx_mcast_pkts; member
140 {DRVSTAT_RX_INFO(rx_mcast_pkts)},
674 stats->multicast += rx_stats(rxo)->rx_mcast_pkts; in be_get_stats64()2262 stats->rx_mcast_pkts++; in be_rx_stats_update()
1307 u64 rx_mcast_pkts; member
2004 __le64 rx_mcast_pkts; member2047 __le64 rx_mcast_pkts; member7994 __le64 rx_mcast_pkts; member8018 __le64 rx_mcast_pkts; member8117 __le64 rx_mcast_pkts; member8152 __le64 rx_mcast_pkts; member
10581 stats->rx_packets += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_ring_stats()10599 stats->multicast += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_ring_stats()
3115 tlv->rx_frames = p_common->rx_ucast_pkts + p_common->rx_mcast_pkts + in qed_fill_generic_tlv_data()
1710 p_stats->common.rx_mcast_pkts += HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in __qed_get_vport_ustats()
Completed in 189 milliseconds