Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Dqede_ethtool.c96 QEDE_STAT(tx_mcast_pkts),
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h640 __le32 tx_mcast_pkts; /* # of mcast pkts txed */ member
H A Dcfg80211.c3176 sinfo->tx_packets += le32_to_cpu(sta_info_le.tx_mcast_pkts); in brcmf_cfg80211_get_station()
/linux-6.15/include/linux/qed/
H A Dqed_if.h1330 u64 tx_mcast_pkts; member
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h2403 __le64 tx_mcast_pkts; member
2461 __le64 tx_mcast_pkts; member
8943 __le64 tx_mcast_pkts; member
8967 __le64 tx_mcast_pkts; member
9057 __le64 tx_mcast_pkts; member
9108 __le64 tx_mcast_pkts; member
H A Dbnxt.c13138 stats->tx_packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_ring_stats()
15683 stats->packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_queue_stats_tx()
/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c3161 tlv->tx_frames = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qed_fill_generic_tlv_data()
H A Dqed_l2.c1635 p_stats->common.tx_mcast_pkts += in __qed_get_vport_pstats()