Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/ath/ath12k/
Dmac.c11306 struct ath12k_pdev_map *pdev_map, in ath12k_mac_hw_allocate() argument
11330 ab = pdev_map[i].ab; in ath12k_mac_hw_allocate()
11331 pdev_idx = pdev_map[i].pdev_idx; in ath12k_mac_hw_allocate()
11391 struct ath12k_pdev_map pdev_map[ATH12K_GROUP_MAX_RADIO]; in ath12k_mac_allocate() local
11436 pdev_map[j].ab = ab; in ath12k_mac_allocate()
11437 pdev_map[j].pdev_idx = mac_id; in ath12k_mac_allocate()
11449 ab = pdev_map->ab; in ath12k_mac_allocate()
11451 ah = ath12k_mac_hw_allocate(ag, pdev_map, radio_per_hw); in ath12k_mac_allocate()