Searched refs:ATH11K_HW_RATE_CODE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 3156 rate = ATH11K_HW_RATE_CODE(hw_value, 0, preamble); in ath11k_mac_get_rate_hw_value() 3639 rate = ATH11K_HW_RATE_CODE(hw_value, 0, preamble); in ath11k_mac_op_bss_info_changed() 4426 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate() 4476 rate_code = ATH11K_HW_RATE_CODE(he_rate, nss - 1, in ath11k_mac_set_peer_he_fixed_rate() 4525 rate_code = ATH11K_HW_RATE_CODE(ht_rate, nss - 1, in ath11k_mac_set_peer_ht_fixed_rate() 8009 *rate = ATH11K_HW_RATE_CODE(hw_rate, 0, preamble); in ath11k_mac_get_single_legacy_rate()
|
H A D | wmi.h | 5158 #define ATH11K_HW_RATE_CODE(rate, nss, preamble) \ macro
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1813 rate = ATH11K_HW_RATE_CODE(hw_value, 0, preamble); in ath11k_mac_get_rate_hw_value() 2056 rate = ATH11K_HW_RATE_CODE(hw_value, 0, preamble); in ath11k_mac_op_bss_info_changed() 2667 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate() 5573 *rate = ATH11K_HW_RATE_CODE(hw_rate, 0, preamble); in ath11k_mac_get_single_legacy_rate()
|
H A D | wmi.h | 4600 #define ATH11K_HW_RATE_CODE(rate, nss, preamble) \ macro
|
Completed in 51 milliseconds