Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c11627 struct ath12k_pdev_map *pdev_map, in ath12k_mac_hw_allocate() argument
11651 ab = pdev_map[i].ab; in ath12k_mac_hw_allocate()
11652 pdev_idx = pdev_map[i].pdev_idx; in ath12k_mac_hw_allocate()
11712 struct ath12k_pdev_map pdev_map[ATH12K_GROUP_MAX_RADIO]; in ath12k_mac_allocate() local
11757 pdev_map[j].ab = ab; in ath12k_mac_allocate()
11758 pdev_map[j].pdev_idx = mac_id; in ath12k_mac_allocate()
11770 ab = pdev_map->ab; in ath12k_mac_allocate()
11772 ah = ath12k_mac_hw_allocate(ag, pdev_map, radio_per_hw); in ath12k_mac_allocate()