Searched refs:ht_idx (Results 1 – 1 of 1) sorted by relevance
3544 int idx, ht_idx, gi, mcs, bw, nss; in ath10k_accumulate_per_peer_tx_stats() local3556 ht_idx = mcs + (nss - 1) * 8; in ath10k_accumulate_per_peer_tx_stats()3570 STATS_OP_FMT(SUCC).ht[0][ht_idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()3571 STATS_OP_FMT(SUCC).ht[1][ht_idx] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats()3572 STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()3573 STATS_OP_FMT(FAIL).ht[1][ht_idx] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats()3574 STATS_OP_FMT(RETRY).ht[0][ht_idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()3575 STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()3591 STATS_OP_FMT(AMPDU).ht[0][ht_idx] += in ath10k_accumulate_per_peer_tx_stats()3593 STATS_OP_FMT(AMPDU).ht[1][ht_idx] += in ath10k_accumulate_per_peer_tx_stats()