Home
last modified time | relevance | path

Searched refs:ath11k_hw_params (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dhw.h119 struct ath11k_hw_params { struct
170 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); argument
171 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
182 int ath11k_hw_get_mac_from_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_get_mac_from_pdev_id()
191 static inline int ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id()
200 static inline int ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id()
Dcore.c31 static const struct ath11k_hw_params ath11k_hw_params[] = { variable
835 const struct ath11k_hw_params *hw_params = NULL; in ath11k_init_hw_params()
838 for (i = 0; i < ARRAY_SIZE(ath11k_hw_params); i++) { in ath11k_init_hw_params()
839 hw_params = &ath11k_hw_params[i]; in ath11k_init_hw_params()
845 if (i == ARRAY_SIZE(ath11k_hw_params)) { in ath11k_init_hw_params()
Dhw.c134 static int ath11k_hw_mac_id_to_pdev_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_ipq8074()
140 static int ath11k_hw_mac_id_to_srng_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_ipq8074()
146 static int ath11k_hw_mac_id_to_pdev_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_qca6390()
152 static int ath11k_hw_mac_id_to_srng_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_qca6390()
Dahb.c448 struct ath11k_hw_params *hw = &ab->hw_params; in ath11k_ahb_ext_irq_config()
Dcore.h696 struct ath11k_hw_params hw_params;