Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Drate_code.h85 #define MM81X_RATECODE_INIT(bw_idx, nss_idx, mcs_idx, preamble) \ argument
87 le32_encode_bits((nss_idx), MM81X_RATECODE_NSS_INDEX) | \
H A Drc.c97 int nss_idx = 0; in mm81x_rc_sta_add_s1g_sta_caps() local
113 caps->spatial_streams |= (BIT(nss_idx) & 0x0F); in mm81x_rc_sta_add_s1g_sta_caps()
118 mcs, nss_idx); in mm81x_rc_sta_add_s1g_sta_caps()
H A Dcommand_defs.h1573 s8 nss_idx; member
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c760 u32 nss_idx = (user_stats) ? user_stats->nss - 1 : ppdu_info->nss - 1; in ath12k_dp_mon_rx_update_peer_rate_table_stats() local
768 if (mcs_idx > HAL_RX_MAX_MCS_HT || nss_idx >= HAL_RX_MAX_NSS || in ath12k_dp_mon_rx_update_peer_rate_table_stats()
777 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()
785 stats->rx_rate[bw_idx][gi_idx][nss_idx][mcs_idx] += len; in ath12k_dp_mon_rx_update_peer_rate_table_stats()
H A Dmac.c2398 int i, vht_nss, nss_idx; in ath12k_peer_assoc_h_vht() local
2457 for (nss_idx = link_sta->rx_nss - 1; nss_idx >= 0; nss_idx--) { in ath12k_peer_assoc_h_vht()
2458 if (vht_mcs_mask[nss_idx]) { in ath12k_peer_assoc_h_vht()
2613 int he_nss, nss_idx; in ath12k_peer_assoc_h_he() local
2753 for (nss_idx = link_sta->rx_nss - 1; nss_idx >= 0; nss_idx--) { in ath12k_peer_assoc_h_he()
2754 if (he_mcs_mask[nss_idx]) { in ath12k_peer_assoc_h_he()
3358 int eht_nss, nss_idx; in ath12k_peer_assoc_h_eht() local
3419 for (nss_idx = (link_sta->rx_nss - 1); nss_idx >= 0; nss_idx--) { in ath12k_peer_assoc_h_eht()
3420 if (eht_mcs_mask[nss_idx]) { in ath12k_peer_assoc_h_eht()