Lines Matching refs:mcs_map
1789 static int ath11k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss) in ath11k_mac_get_max_vht_mcs_map() argument
1791 switch ((mcs_map >> (2 * nss)) & 0x3) { in ath11k_mac_get_max_vht_mcs_map()
1805 u16 mcs_map; in ath11k_peer_assoc_h_vht_limit() local
1809 mcs_map = ath11k_mac_get_max_vht_mcs_map(tx_mcs_set, nss) & in ath11k_peer_assoc_h_vht_limit()
1812 if (mcs_map) in ath11k_peer_assoc_h_vht_limit()
1813 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
2009 static int ath11k_mac_get_max_he_mcs_map(u16 mcs_map, int nss) in ath11k_mac_get_max_he_mcs_map() argument
2011 switch ((mcs_map >> (2 * nss)) & 0x3) { in ath11k_mac_get_max_he_mcs_map()
2024 u16 mcs_map; in ath11k_peer_assoc_h_he_limit() local
2028 mcs_map = ath11k_mac_get_max_he_mcs_map(tx_mcs_set, nss) & in ath11k_peer_assoc_h_he_limit()
2031 if (mcs_map) in ath11k_peer_assoc_h_he_limit()
2032 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit()