Lines Matching refs:mcs_map
2061 static int ath11k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss) in ath11k_mac_get_max_vht_mcs_map() argument
2063 switch ((mcs_map >> (2 * nss)) & 0x3) { in ath11k_mac_get_max_vht_mcs_map()
2077 u16 mcs_map; in ath11k_peer_assoc_h_vht_limit() local
2081 mcs_map = ath11k_mac_get_max_vht_mcs_map(tx_mcs_set, nss) & in ath11k_peer_assoc_h_vht_limit()
2084 if (mcs_map) in ath11k_peer_assoc_h_vht_limit()
2085 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
2281 static int ath11k_mac_get_max_he_mcs_map(u16 mcs_map, int nss) in ath11k_mac_get_max_he_mcs_map() argument
2283 switch ((mcs_map >> (2 * nss)) & 0x3) { in ath11k_mac_get_max_he_mcs_map()
2296 u16 mcs_map; in ath11k_peer_assoc_h_he_limit() local
2300 mcs_map = ath11k_mac_get_max_he_mcs_map(tx_mcs_set, nss) & in ath11k_peer_assoc_h_he_limit()
2303 if (mcs_map) in ath11k_peer_assoc_h_he_limit()
2304 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit()