Searched refs:ht_idx (Results 1 – 1 of 1) sorted by relevance
3818 int idx, ht_idx, gi, mcs, bw, nss; in ath10k_accumulate_per_peer_tx_stats() local3830 ht_idx = mcs + (nss - 1) * 8; in ath10k_accumulate_per_peer_tx_stats()3844 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()3845 STATS_OP_FMT(SUCC).ht[1][ht_idx] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats()3846 STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()3847 STATS_OP_FMT(FAIL).ht[1][ht_idx] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats()3848 STATS_OP_FMT(RETRY).ht[0][ht_idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()3849 STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()3865 STATS_OP_FMT(AMPDU).ht[0][ht_idx] += in ath10k_accumulate_per_peer_tx_stats()3867 STATS_OP_FMT(AMPDU).ht[1][ht_idx] += in ath10k_accumulate_per_peer_tx_stats()