Searched refs:get_hw_mac_from_pdev_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | hw.h | 167 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()
|
H A D | hw.c | 159 .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,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | hw.h | 192 u8 (*get_hw_mac_from_pdev_id)(int pdev_id); member 204 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath12k_hw_get_mac_from_pdev_id() 205 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath12k_hw_get_mac_from_pdev_id()
|
H A D | hw.c | 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,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | hw.h | 232 u8 (*get_hw_mac_from_pdev_id)(int pdev_id); member 300 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath11k_hw_get_mac_from_pdev_id() 301 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath11k_hw_get_mac_from_pdev_id()
|
H A D | hw.c | 904 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id, 944 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id, 984 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id, 1024 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id, 1064 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id, 1104 .get_hw_mac_from_pdev_id = ath11k_hw_ipq8074_mac_from_pdev_id, 1145 .get_hw_mac_from_pdev_id = ath11k_hw_ipq6018_mac_from_pdev_id,
|
Completed in 8 milliseconds