Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_mon.c2177 u32 nss_idx = (user_stats) ? user_stats->nss - 1 : ppdu_info->nss - 1; in ath12k_dp_mon_rx_update_peer_rate_table_stats() local
2181 if ((mcs_idx > HAL_RX_MAX_MCS_HE) || (nss_idx >= HAL_RX_MAX_NSS) || in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2188 rate_idx = mcs_idx * 8 + 8 * 10 * nss_idx; in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2192 rate_idx = mcs_idx * 12 + 12 * 12 * nss_idx; in ath12k_dp_mon_rx_update_peer_rate_table_stats()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c2073 int i, vht_nss, nss_idx; in ath11k_peer_assoc_h_vht() local
2122 for (nss_idx = sta->deflink.rx_nss - 1; nss_idx >= 0; nss_idx--) { in ath11k_peer_assoc_h_vht()
2123 if (vht_mcs_mask[nss_idx]) { in ath11k_peer_assoc_h_vht()
2271 int i, he_nss, nss_idx; in ath11k_peer_assoc_h_he() local
2404 for (nss_idx = sta->deflink.rx_nss - 1; nss_idx >= 0; nss_idx--) { in ath11k_peer_assoc_h_he()
2405 if (he_mcs_mask[nss_idx]) { in ath11k_peer_assoc_h_he()