Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c14789 struct ath12k_pdev_map *pdev_map, in ath12k_mac_hw_allocate() argument
14813 ab = pdev_map[i].ab; in ath12k_mac_hw_allocate()
14814 pdev_idx = pdev_map[i].pdev_idx; in ath12k_mac_hw_allocate()
14877 struct ath12k_pdev_map pdev_map[ATH12K_GROUP_MAX_RADIO]; in ath12k_mac_allocate() local
14923 pdev_map[j].ab = ab; in ath12k_mac_allocate()
14924 pdev_map[j].pdev_idx = mac_id; in ath12k_mac_allocate()
14936 ab = pdev_map->ab; in ath12k_mac_allocate()
14938 ah = ath12k_mac_hw_allocate(ag, pdev_map, radio_per_hw); in ath12k_mac_allocate()