Lines Matching refs:mcs_map
2051 static int ath11k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss) in ath11k_mac_get_max_vht_mcs_map() argument
2053 switch ((mcs_map >> (2 * nss)) & 0x3) { in ath11k_mac_get_max_vht_mcs_map()
2067 u16 mcs_map; in ath11k_peer_assoc_h_vht_limit() local
2071 mcs_map = ath11k_mac_get_max_vht_mcs_map(tx_mcs_set, nss) & in ath11k_peer_assoc_h_vht_limit()
2074 if (mcs_map) in ath11k_peer_assoc_h_vht_limit()
2075 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
2271 static int ath11k_mac_get_max_he_mcs_map(u16 mcs_map, int nss) in ath11k_mac_get_max_he_mcs_map() argument
2273 switch ((mcs_map >> (2 * nss)) & 0x3) { in ath11k_mac_get_max_he_mcs_map()
2286 u16 mcs_map; in ath11k_peer_assoc_h_he_limit() local
2290 mcs_map = ath11k_mac_get_max_he_mcs_map(tx_mcs_set, nss) & in ath11k_peer_assoc_h_he_limit()
2293 if (mcs_map) in ath11k_peer_assoc_h_he_limit()
2294 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit()