Searched refs:ATH12K_HW_RATE_CODE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 4106 rate = ATH12K_HW_RATE_CODE(hw_value, 0, preamble); in ath12k_mac_get_rate_hw_value() 5017 rate = ATH12K_HW_RATE_CODE(hw_value, 0, preamble); in ath12k_mac_bss_info_changed() 6386 rate_code = ATH12K_HW_RATE_CODE(vht_rate, nss - 1, in ath12k_mac_set_peer_vht_fixed_rate() 6439 rate_code = ATH12K_HW_RATE_CODE(he_rate, nss - 1, in ath12k_mac_set_peer_he_fixed_rate() 6498 rate_code = ATH12K_HW_RATE_CODE(eht_rate, nss - 1, in ath12k_mac_set_peer_eht_fixed_rate() 12937 *rate = ATH12K_HW_RATE_CODE(hw_rate, 0, preamble); in ath12k_mac_get_single_legacy_rate()
|
| H A D | wmi.h | 4961 #define ATH12K_HW_RATE_CODE(rate, nss, preamble) \ macro
|