Searched refs:mac_id_to_pdev_id (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | hw.h | 220 int (*mac_id_to_pdev_id)(const struct ath12k_hw_params *hw, int mac_id); member 242 if (hw->hw_ops->mac_id_to_pdev_id) in ath12k_hw_mac_id_to_pdev_id() 243 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath12k_hw_mac_id_to_pdev_id()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | hw.h | 240 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); member 315 if (hw->hw_ops->mac_id_to_pdev_id) in ath11k_hw_mac_id_to_pdev_id() 316 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath11k_hw_mac_id_to_pdev_id()
|
| H A 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,
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | hw.c | 155 .mac_id_to_pdev_id = ath12k_wifi7_hw_mac_id_to_pdev_id_qcn9274, 165 .mac_id_to_pdev_id = ath12k_wifi7_hw_mac_id_to_pdev_id_wcn7850, 175 .mac_id_to_pdev_id = ath12k_wifi7_hw_mac_id_to_pdev_id_wcn7850,
|