Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.c1803 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local
1813 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
1815 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit()
1817 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit()
2022 int idx_limit; in ath11k_peer_assoc_h_he_limit() local
2032 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit()
2034 idx_limit = -1; in ath11k_peer_assoc_h_he_limit()
2036 switch (idx_limit) { in ath11k_peer_assoc_h_he_limit()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dmac.c2480 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2490 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()
2492 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()
2494 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()