Searched refs:get_hw_mac_from_pdev_id (Results 1 – 4 of 4) sorted by relevance
190 u8 (*get_hw_mac_from_pdev_id)(int pdev_id); member202 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath12k_hw_get_mac_from_pdev_id()203 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath12k_hw_get_mac_from_pdev_id()
74 .get_hw_mac_from_pdev_id = ath12k_hw_qcn9274_mac_from_pdev_id,83 .get_hw_mac_from_pdev_id = ath12k_hw_qcn9274_mac_from_pdev_id,
231 u8 (*get_hw_mac_from_pdev_id)(int pdev_id); member299 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath11k_hw_get_mac_from_pdev_id()300 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath11k_hw_get_mac_from_pdev_id()
891 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,931 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id,971 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,1011 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id,1051 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,1091 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id,1132 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id,
Completed in 13 milliseconds