Searched refs:mac_id_to_pdev_id (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/ath/ath12k/ |
D | hw.h | 193 int (*mac_id_to_pdev_id)(const struct ath12k_hw_params *hw, int mac_id); member 213 if (hw->hw_ops->mac_id_to_pdev_id) in ath12k_hw_mac_id_to_pdev_id() 214 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath12k_hw_mac_id_to_pdev_id()
|
D | hw.c | 75 .mac_id_to_pdev_id = ath12k_hw_mac_id_to_pdev_id_qcn9274, 84 .mac_id_to_pdev_id = ath12k_hw_mac_id_to_pdev_id_wcn7850,
|
/drivers/net/wireless/ath/ath11k/ |
D | hw.h | 235 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); member 309 if (hw->hw_ops->mac_id_to_pdev_id) in ath11k_hw_mac_id_to_pdev_id() 310 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath11k_hw_mac_id_to_pdev_id()
|
D | hw.c | 906 .mac_id_to_pdev_id = ath11k_hw_mac_id_to_pdev_id_ipq8074, 946 .mac_id_to_pdev_id = ath11k_hw_mac_id_to_pdev_id_ipq8074, 986 .mac_id_to_pdev_id = ath11k_hw_mac_id_to_pdev_id_qca6390, 1026 .mac_id_to_pdev_id = ath11k_hw_mac_id_to_pdev_id_ipq8074, 1066 .mac_id_to_pdev_id = ath11k_hw_mac_id_to_pdev_id_qca6390, 1106 .mac_id_to_pdev_id = ath11k_hw_mac_id_to_pdev_id_qca6390, 1147 .mac_id_to_pdev_id = ath11k_hw_mac_id_to_pdev_id_ipq8074,
|