Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c482 sinfo->tx_failed = msta->wcid.stats.tx_failed; in mt792x_sta_statistics()
H A Dmt76_connac_mac.c617 stats->tx_failed += in mt76_connac2_mac_fill_txs()
H A Dmt76.h290 u32 tx_failed; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c953 u32 tx_retries = 0, tx_failed = 0; in mt7915_mac_tx_free() local
958 tx_failed = tx_retries + in mt7915_mac_tx_free()
963 tx_failed = tx_retries + in mt7915_mac_tx_free()
967 wcid->stats.tx_failed += tx_failed; in mt7915_mac_tx_free()
H A Dmain.c1115 sinfo->tx_failed = msta->wcid.stats.tx_failed; in mt7915_sta_statistics()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h536 u32 tx_failed; member
H A Dwmi-tlv.h2135 __le32 tx_failed; member
H A Dhtt_rx.c4051 arsta->tx_failed += peer_stats->failed_pkts; in ath10k_update_per_peer_tx_stats()
4053 arsta->tx_failed); in ath10k_update_per_peer_tx_stats()
H A Dmac.c9376 sinfo->tx_failed = arsta->tx_failed; in ath10k_sta_statistics()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c556 wcid->stats.tx_failed += !!stat; in mt7921_mac_tx_free()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h574 uint32_t tx_failed; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c326 (uintmax_t)sinfo.tx_bytes, sinfo.tx_packets, sinfo.tx_failed); in lkpi_80211_dump_stas()