Home
last modified time | relevance | path

Searched refs:idx_limit (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c1987 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local
1997 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
1999 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit()
2001 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit()
2206 int idx_limit; in ath11k_peer_assoc_h_he_limit() local
2216 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_he_limit()
2218 idx_limit = -1; in ath11k_peer_assoc_h_he_limit()
2220 switch (idx_limit) { in ath11k_peer_assoc_h_he_limit()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c1125 int idx_limit; in ath11k_peer_assoc_h_vht_limit() local
1135 idx_limit = fls(mcs_map) - 1; in ath11k_peer_assoc_h_vht_limit()
1137 idx_limit = -1; in ath11k_peer_assoc_h_vht_limit()
1139 switch (idx_limit) { in ath11k_peer_assoc_h_vht_limit()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.c1469 int idx_limit; in ath12k_peer_assoc_h_vht_limit() local
1479 idx_limit = fls(mcs_map) - 1; in ath12k_peer_assoc_h_vht_limit()
1481 idx_limit = -1; in ath12k_peer_assoc_h_vht_limit()
1483 switch (idx_limit) { in ath12k_peer_assoc_h_vht_limit()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dmac.c2467 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2477 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()
2479 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()
2481 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A 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()

Completed in 46 milliseconds