Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dhw.h225 u8 (*get_hw_mac_from_pdev_id)(int pdev_id); member
287 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath11k_hw_get_mac_from_pdev_id()
288 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath11k_hw_get_mac_from_pdev_id()
Dhw.c848 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,
888 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id,
928 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,
968 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id,
1008 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,
1048 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,