Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14882 int mac_id, device_id, total_radio, num_hw; in ath12k_mac_allocate() local
14888 total_radio = 0; in ath12k_mac_allocate()
14896 total_radio += ab->num_radios; in ath12k_mac_allocate()
14899 if (!total_radio) in ath12k_mac_allocate()
14902 if (WARN_ON(total_radio > ATH12K_GROUP_MAX_RADIO)) in ath12k_mac_allocate()
14910 radio_per_hw = total_radio; in ath12k_mac_allocate()
14914 num_hw = total_radio / radio_per_hw; in ath12k_mac_allocate()