Home
last modified time | relevance | path

Searched refs:tx_failed (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c949 u32 tx_retries = 0, tx_failed = 0; in mt7915_mac_tx_free() local
954 tx_failed = tx_retries + in mt7915_mac_tx_free()
959 tx_failed = tx_retries + in mt7915_mac_tx_free()
963 wcid->stats.tx_failed += tx_failed; in mt7915_mac_tx_free()
H A Dmain.c1202 sinfo->tx_failed = msta->wcid.stats.tx_failed; in mt7915_sta_statistics()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c590 sinfo->tx_failed = msta->deflink.wcid.stats.tx_failed; in mt792x_sta_statistics()
H A Dmt76_connac_mac.c633 stats->tx_failed += in mt76_connac2_mac_fill_txs()
H A Dmt76.h356 u32 tx_failed; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1409 u32 tx_retries = 0, tx_failed = 0; in mt7996_mac_tx_free() local
1416 tx_failed = tx_retries + in mt7996_mac_tx_free()
1420 wcid->stats.tx_failed += tx_failed; in mt7996_mac_tx_free()
H A Dmain.c1684 sinfo->tx_failed = msta_link->wcid.stats.tx_failed; in mt7996_sta_statistics()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h540 u32 tx_failed; member
H A Dwmi-tlv.h2136 __le32 tx_failed; member
H A Dhtt_rx.c4053 arsta->tx_failed += peer_stats->failed_pkts; in ath10k_update_per_peer_tx_stats()
4055 arsta->tx_failed); in ath10k_update_per_peer_tx_stats()
H A Dmac.c9425 sinfo->tx_failed = arsta->tx_failed; in ath10k_sta_statistics()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c550 wcid->stats.tx_failed += !!stat; in mt7921_mac_tx_free()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h670 uint32_t tx_failed; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c1145 wcid->stats.tx_failed += in mt7925_mac_tx_free()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3204 sinfo->tx_failed = le32_to_cpu(pktcnt.tx_bad_pkt); in brcmf_cfg80211_get_station_ibss()
3266 sinfo->tx_failed = le32_to_cpu(sta_info_le.tx_failures); in brcmf_cfg80211_get_station()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c13498 sinfo->tx_failed = peer->tx_retry_failed; in ath12k_mac_op_sta_statistics()
13573 link_sinfo->tx_failed = peer->tx_retry_failed; in ath12k_mac_op_link_sta_statistics()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c348 (uintmax_t)sinfo.tx_bytes, sinfo.tx_packets, sinfo.tx_failed); in lkpi_80211_dump_lvif_stas()