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
3110 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),
1330 u64 tx_mcast_pkts; member
2133 __le64 tx_mcast_pkts; member2191 __le64 tx_mcast_pkts; member8598 __le64 tx_mcast_pkts; member8622 __le64 tx_mcast_pkts; member8705 __le64 tx_mcast_pkts; member8756 __le64 tx_mcast_pkts; member
10885 stats->tx_packets += BNXT_GET_RING_STATS64(sw, tx_mcast_pkts); in bnxt_get_ring_stats()
3172 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 150 milliseconds