Home
last modified time | relevance | path

Searched refs:tx_mcast_pkts (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h50 u64 tx_mcast_pkts; member
H A Dqede_main.c339 p_common->tx_mcast_pkts = stats.common.tx_mcast_pkts; in qede_fill_by_demand_stats()
435 stats->tx_packets = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qede_get_stats64()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h640 __le32 tx_mcast_pkts; /* # of mcast pkts txed */ member
H A Dcfg80211.c3205 sinfo->tx_packets += le32_to_cpu(sta_info_le.tx_mcast_pkts); in brcmf_cfg80211_get_station()
/linux/include/linux/qed/
H A Dqed_if.h1330 u64 tx_mcast_pkts; member
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c3019 tx_packets += BNGE_GET_RING_STATS64(sw, tx_mcast_pkts); in bnge_get_ring_stats64()
3140 tx_save->packets += BNGE_GET_RING_STATS64(sw, tx_mcast_pkts); in bnge_save_ring_stats()
3234 stats->packets += BNGE_GET_RING_STATS64(sw, tx_mcast_pkts); in bnge_get_queue_stats_tx()
/linux/include/linux/bnge/
H A Dhsi.h2508 __le64 tx_mcast_pkts; member
2566 __le64 tx_mcast_pkts; member
9153 __le64 tx_mcast_pkts; member
9185 __le64 tx_mcast_pkts; member
9312 __le64 tx_mcast_pkts; member
9363 __le64 tx_mcast_pkts; member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c3162 tlv->tx_frames = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qed_fill_generic_tlv_data()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13672 stats->tx_packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_ring_stats()
16296 stats->packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_queue_stats_tx()