Home
last modified time | relevance | path

Searched refs:rx_mcast_pkts (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h41 u64 rx_mcast_pkts; member
H A Dqede_main.c329 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()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h631 __le32 rx_mcast_pkts; /* # of multicast packets received */ member
H A Dcfg80211.c3208 sinfo->rx_packets += le32_to_cpu(sta_info_le.rx_mcast_pkts); in brcmf_cfg80211_get_station()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c3015 rx_packets += BNGE_GET_RING_STATS64(sw, rx_mcast_pkts); in bnge_get_ring_stats64()
3030 multicast = BNGE_GET_RING_STATS64(sw, rx_mcast_pkts); in bnge_get_ring_stats64()
3130 rx_save->packets += BNGE_GET_RING_STATS64(sw, rx_mcast_pkts); in bnge_save_ring_stats()
3150 BNGE_GET_RING_STATS64(sw, rx_mcast_pkts); in bnge_save_ring_stats()
3206 stats->packets += BNGE_GET_RING_STATS64(sw, rx_mcast_pkts); in bnge_get_queue_stats_rx()
/linux/include/linux/qed/
H A Dqed_if.h1321 u64 rx_mcast_pkts; member
/linux/include/linux/bnge/
H A Dhsi.h2516 __le64 rx_mcast_pkts; member
2558 __le64 rx_mcast_pkts; member
9145 __le64 rx_mcast_pkts; member
9177 __le64 rx_mcast_pkts; member
9320 __le64 rx_mcast_pkts; member
9355 __le64 rx_mcast_pkts; member
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c673 stats->multicast += rx_stats(rxo)->rx_mcast_pkts; in be_get_stats64()
2265 stats->rx_mcast_pkts++; in be_rx_stats_update()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c3156 tlv->rx_frames = p_common->rx_ucast_pkts + p_common->rx_mcast_pkts + in qed_fill_generic_tlv_data()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13668 stats->rx_packets += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_ring_stats()
13686 stats->multicast += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_ring_stats()
16267 stats->packets += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_queue_stats_rx()