Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c15132 u8 radio_per_hw; in ath12k_mac_allocate() local
15155 radio_per_hw = total_radio; in ath12k_mac_allocate()
15157 radio_per_hw = 1; in ath12k_mac_allocate()
15159 num_hw = total_radio / radio_per_hw; in ath12k_mac_allocate()
15165 for (j = 0; j < radio_per_hw; j++) { in ath12k_mac_allocate()
15187 ah = ath12k_mac_hw_allocate(ag, pdev_map, radio_per_hw); in ath12k_mac_allocate()