Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dhw.h167 u8 (*get_hw_mac_from_pdev_id)(int pdev_id); member
185 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath11k_hw_get_mac_from_pdev_id()
186 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath11k_hw_get_mac_from_pdev_id()
Dhw.c159 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,
166 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id,
173 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,