Home
last modified time | relevance | path

Searched refs:nss_idx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c2920 u32 nss_idx = (user_stats) ? user_stats->nss - 1 : ppdu_info->nss - 1; in ath12k_dp_mon_rx_update_peer_rate_table_stats() local
2925 if (mcs_idx > HAL_RX_MAX_MCS_HT || nss_idx >= HAL_RX_MAX_NSS || in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2934 rx_stats->pkt_stats.rx_rate[bw_idx][gi_idx][nss_idx][mcs_idx] += num_msdu; in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2942 stats->rx_rate[bw_idx][gi_idx][nss_idx][mcs_idx] += len; in ath12k_dp_mon_rx_update_peer_rate_table_stats()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c2155 int i, vht_nss, nss_idx; in ath11k_peer_assoc_h_vht() local
2204 for (nss_idx = sta->deflink.rx_nss - 1; nss_idx >= 0; nss_idx--) { in ath11k_peer_assoc_h_vht()
2205 if (vht_mcs_mask[nss_idx]) { in ath11k_peer_assoc_h_vht()
2353 int i, he_nss, nss_idx; in ath11k_peer_assoc_h_he() local
2490 for (nss_idx = sta->deflink.rx_nss - 1; nss_idx >= 0; nss_idx--) { in ath11k_peer_assoc_h_he()
2491 if (he_mcs_mask[nss_idx]) { in ath11k_peer_assoc_h_he()