Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1980 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local
1990 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
1992 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit()
1994 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit()
2199 int idx_limit; in ath11k_peer_assoc_h_he_limit() local
2209 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit()
2211 idx_limit = -1; in ath11k_peer_assoc_h_he_limit()
2213 switch (idx_limit) { in ath11k_peer_assoc_h_he_limit()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1472 int idx_limit; in ath12k_peer_assoc_h_vht_limit() local
1482 idx_limit = fls(mcs_map) - 1; in ath12k_peer_assoc_h_vht_limit()
1484 idx_limit = -1; in ath12k_peer_assoc_h_vht_limit()
1486 switch (idx_limit) { in ath12k_peer_assoc_h_vht_limit()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2481 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2491 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()
2493 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()
2495 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()