Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c37 STATS_OP_FMT(SUCC).he[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
44 STATS_OP_FMT(SUCC).vht[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
51 STATS_OP_FMT(SUCC).ht[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
60 STATS_OP_FMT(SUCC).legacy[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
73 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
78 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
83 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
88 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
90 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
92 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
[all …]
H A Dcore.h527 u32 succ_bytes; member
636 u32 succ_bytes; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3691 STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3698 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3707 STATS_OP_FMT(SUCC).legacy[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3720 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3725 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3730 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3732 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3734 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3736 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3750 STATS_OP_FMT(SUCC).bw[0][bw] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
[all …]
H A Dhtt.h1637 __le32 succ_bytes; member