Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3357 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3364 STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3373 STATS_OP_FMT(FAIL).legacy[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3422 STATS_OP_FMT(FAIL).bw[0][bw] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3423 STATS_OP_FMT(FAIL).nss[0][nss - 1] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3424 STATS_OP_FMT(FAIL).gi[0][gi] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3441 STATS_OP_FMT(FAIL).rate_table[0][idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3608 p_tx_stats->failed_bytes = in ath10k_htt_fetch_peer_stats()
3609 __le32_to_cpu(tx_stats->failed_bytes); in ath10k_htt_fetch_peer_stats()
3661 p_tx_stats->failed_bytes = in ath10k_fetch_10_2_tx_stats()
[all …]
Dhtt.h1734 __le32 failed_bytes; member
1763 __le16 failed_bytes[PEER_STATS_FOR_NO_OF_PPDUS]; member
Dcore.h919 u32 failed_bytes; member