Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs_sta.c35 STATS_OP_FMT(SUCC).he[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
42 STATS_OP_FMT(SUCC).vht[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
49 STATS_OP_FMT(SUCC).ht[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
58 STATS_OP_FMT(SUCC).legacy[0][mcs] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
71 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
76 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
81 peer_stats->succ_bytes + peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
86 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()
[all …]
Dcore.h335 u32 succ_bytes; member
416 u32 succ_bytes; member
Ddp_rx.c1320 u32 succ_bytes = 0; in ath11k_update_per_peer_tx_stats() local
1338 succ_bytes = usr_stats->ack_ba.success_bytes; in ath11k_update_per_peer_tx_stats()
1447 peer_stats->succ_bytes = succ_bytes; in ath11k_update_per_peer_tx_stats()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3382 STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3389 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3398 STATS_OP_FMT(SUCC).legacy[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3411 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3416 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3421 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3423 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3425 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3427 pstats->succ_bytes + pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3441 STATS_OP_FMT(SUCC).bw[0][bw] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
[all …]
Dcore.h967 u32 succ_bytes; member
Dhtt.h1742 __le32 succ_bytes; member