Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.h467 u64 rx_ucast_byte; member
H A Dmain.c747 stats->rx_ucast_byte += le32_to_cpu(tgt_stats->stats.rx.ucast_byte); in ath6kl_update_target_stats()
H A Dcfg80211.c3715 data[i++] = tgt_stats->rx_ucast_byte + tgt_stats->rx_bcast_byte; in ath6kl_get_stats()
3732 data[i++] = tgt_stats->rx_ucast_byte; in ath6kl_get_stats()
H A Ddebug.c638 "Ucast byte", tgt_stats->rx_ucast_byte); in read_file_tgt_stats()