Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/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()
/freebsd/sys/contrib/dev/athk/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()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c2482 int idx_limit; in ath10k_peer_assoc_h_vht_limit() local
2492 idx_limit = fls(mcs_map) - 1; in ath10k_peer_assoc_h_vht_limit()
2494 idx_limit = -1; in ath10k_peer_assoc_h_vht_limit()
2496 switch (idx_limit) { in ath10k_peer_assoc_h_vht_limit()