Searched refs:tx_mcast_pkts (Results 1 – 13 of 13) sorted by relevance
57 .tx_mcast_pkts = (u64)0,
49 {"tx_mcast_pkts", QL_SIZEOF(nic_stats.tx_mcast_pkts),50 QL_OFF(nic_stats.tx_mcast_pkts)},
1512 u64 tx_mcast_pkts; member
573 __le32 tx_mcast_pkts; /* # of mcast pkts txed */ member
2826 sinfo->tx_packets += le32_to_cpu(sta_info_le.tx_mcast_pkts); in brcmf_cfg80211_get_station()
52 u64 tx_mcast_pkts; member
328 p_common->tx_mcast_pkts = stats.common.tx_mcast_pkts; in qede_fill_by_demand_stats()421 stats->tx_packets = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qede_get_stats64()
97 QEDE_STAT(tx_mcast_pkts),
1316 u64 tx_mcast_pkts; member
1996 __le64 tx_mcast_pkts; member2055 __le64 tx_mcast_pkts; member8002 __le64 tx_mcast_pkts; member8026 __le64 tx_mcast_pkts; member8109 __le64 tx_mcast_pkts; member8160 __le64 tx_mcast_pkts; member
10585 stats->tx_packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_ring_stats()
3121 tlv->tx_frames = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qed_fill_generic_tlv_data()
1635 p_stats->common.tx_mcast_pkts += in __qed_get_vport_pstats()
Completed in 144 milliseconds