Home
last modified time | relevance | path

Searched refs:tx_fail_cnt (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt7601u/
H A Ddebugfs.c48 stat_printf(tx_stat, 0, tx_fail_cnt); in mt7601u_ampdu_stat_show()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h38 u32 tx_fail_cnt; member
H A Dcfg80211.c783 sinfo->tx_packets = stats.tx_cnt + stats.tx_fail_cnt; in get_station()
784 sinfo->tx_failed = stats.tx_fail_cnt; in get_station()
H A Dhif.c808 wid_list[wid_cnt].val = (s8 *)&stats->tx_fail_cnt; in wilc_get_statistics()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.h459 u64 tx_fail_cnt; member
H A Dmain.c734 stats->tx_fail_cnt += le32_to_cpu(tgt_stats->stats.tx.fail_cnt); in ath6kl_update_target_stats()
H A Ddebug.c615 "Fail count", tgt_stats->tx_fail_cnt); in read_file_tgt_stats()
H A Dcfg80211.c3723 data[i++] = tgt_stats->tx_fail_cnt; in ath6kl_get_stats()