Home
last modified time | relevance | path

Searched refs:tx_ucast_byte (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.h450 u64 tx_ucast_byte; member
H A Dmain.c721 stats->tx_ucast_byte += le32_to_cpu(tgt_stats->stats.tx.ucast_byte); in ath6kl_update_target_stats()
H A Dcfg80211.c3713 data[i++] = tgt_stats->tx_ucast_byte + tgt_stats->tx_bcast_byte; in ath6kl_get_stats()
3719 data[i++] = tgt_stats->tx_ucast_byte; in ath6kl_get_stats()
H A Ddebug.c603 "Ucast byte", tgt_stats->tx_ucast_byte); in read_file_tgt_stats()