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.c15451 u8 radio_per_hw; in ath12k_mac_allocate() local
15475 radio_per_hw = total_radio; in ath12k_mac_allocate()
15477 radio_per_hw = 1; in ath12k_mac_allocate()
15479 num_hw = total_radio / radio_per_hw; in ath12k_mac_allocate()
15485 for (j = 0; j < radio_per_hw; j++) { in ath12k_mac_allocate()
15521 ah = ath12k_mac_hw_allocate(ag, pdev_map, radio_per_hw); in ath12k_mac_allocate()