Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs_sta.c37 STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
44 STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
51 STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
60 STATS_OP_FMT(FAIL).legacy[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
109 STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
110 STATS_OP_FMT(FAIL).nss[0][nss] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
111 STATS_OP_FMT(FAIL).gi[0][gi] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
Dcore.h336 u32 failed_bytes; member
418 u32 failed_bytes; member
Ddp_tx.c411 peer_stats->failed_bytes += msdu->len; in ath11k_dp_tx_cache_peer_stats()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3384 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3391 STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3400 STATS_OP_FMT(FAIL).legacy[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3449 STATS_OP_FMT(FAIL).bw[0][bw] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3450 STATS_OP_FMT(FAIL).nss[0][nss - 1] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3451 STATS_OP_FMT(FAIL).gi[0][gi] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3468 STATS_OP_FMT(FAIL).rate_table[0][idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3644 p_tx_stats->failed_bytes = in ath10k_htt_fetch_peer_stats()
3645 __le32_to_cpu(tx_stats->failed_bytes); in ath10k_htt_fetch_peer_stats()
3697 p_tx_stats->failed_bytes = in ath10k_fetch_10_2_tx_stats()
[all …]
Dhtt.h1744 __le32 failed_bytes; member
1773 __le16 failed_bytes[PEER_STATS_FOR_NO_OF_PPDUS]; member
Dcore.h969 u32 failed_bytes; member