Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c11713 int mac_id, device_id, total_radio, num_hw; in ath12k_mac_allocate() local
11719 total_radio = 0; in ath12k_mac_allocate()
11726 total_radio += ab->num_radios; in ath12k_mac_allocate()
11729 if (!total_radio) in ath12k_mac_allocate()
11732 if (WARN_ON(total_radio > ATH12K_GROUP_MAX_RADIO)) in ath12k_mac_allocate()
11740 radio_per_hw = total_radio; in ath12k_mac_allocate()
11744 num_hw = total_radio / radio_per_hw; in ath12k_mac_allocate()