Home
last modified time | relevance | path

Searched refs:tx_mcast_pkts (Results 1 – 8 of 8) 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
/linux/include/linux/qed/
H A Dqed_if.h1330 u64 tx_mcast_pkts; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h2391 __le64 tx_mcast_pkts; member
2449 __le64 tx_mcast_pkts; member
8884 __le64 tx_mcast_pkts; member
8908 __le64 tx_mcast_pkts; member
8998 __le64 tx_mcast_pkts; member
9049 __le64 tx_mcast_pkts; member
H A Dbnxt.c12897 stats->tx_packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_ring_stats()
15421 stats->packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_queue_stats_tx()
/linux/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()