Home
last modified time | relevance | path

Searched refs:tx_failed (Results 1 – 15 of 15) 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.c632 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.c1408 u32 tx_retries = 0, tx_failed = 0; in mt7996_mac_tx_free() local
1415 tx_failed = tx_retries + in mt7996_mac_tx_free()
1419 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.c4055 arsta->tx_failed += peer_stats->failed_pkts; in ath10k_update_per_peer_tx_stats()
4057 arsta->tx_failed); in ath10k_update_per_peer_tx_stats()
H A Dmac.c9429 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.h621 uint32_t tx_failed; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c1144 wcid->stats.tx_failed += in mt7925_mac_tx_free()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c346 (uintmax_t)sinfo.tx_bytes, sinfo.tx_packets, sinfo.tx_failed); in lkpi_80211_dump_lvif_stas()