Home
last modified time | relevance | path

Searched refs:hw_rc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.h54 int ath12k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
H A Dmac.c367 int ath12k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx, in ath12k_mac_hw_ratecode_to_legacy_rate() argument
375 hw_rc &= ~ATH12K_HW_RATECODE_CCK_SHORT_PREAM_MASK; in ath12k_mac_hw_ratecode_to_legacy_rate()
381 if (hw_rc == ath12k_legacy_rates[i].hw_value) { in ath12k_mac_hw_ratecode_to_legacy_rate()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.h125 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
H A Dmac.c284 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx, in ath11k_mac_hw_ratecode_to_legacy_rate() argument
292 hw_rc &= ~ATH11k_HW_RATECODE_CCK_SHORT_PREAM_MASK; in ath11k_mac_hw_ratecode_to_legacy_rate()
298 if (hw_rc == ath11k_legacy_rates[i].hw_value) { in ath11k_mac_hw_ratecode_to_legacy_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.h142 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
H A Dmac.c385 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx, in ath11k_mac_hw_ratecode_to_legacy_rate() argument
393 hw_rc &= ~ATH11k_HW_RATECODE_CCK_SHORT_PREAM_MASK; in ath11k_mac_hw_ratecode_to_legacy_rate()
399 if (hw_rc == ath11k_legacy_rates[i].hw_value) { in ath11k_mac_hw_ratecode_to_legacy_rate()

Completed in 35 milliseconds