Searched refs:ath11k_hw_params (Results 1 – 5 of 5) sorted by relevance
122 struct ath11k_hw_params { struct172 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); argument173 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);218 int ath11k_hw_get_mac_from_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_get_mac_from_pdev_id()227 static inline int ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id()236 static inline int ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id()
33 static const struct ath11k_hw_params ath11k_hw_params[] = { variable1048 const struct ath11k_hw_params *hw_params = NULL; in ath11k_init_hw_params()1051 for (i = 0; i < ARRAY_SIZE(ath11k_hw_params); i++) { in ath11k_init_hw_params()1052 hw_params = &ath11k_hw_params[i]; in ath11k_init_hw_params()1058 if (i == ARRAY_SIZE(ath11k_hw_params)) { in ath11k_init_hw_params()
202 static int ath11k_hw_mac_id_to_pdev_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_ipq8074()208 static int ath11k_hw_mac_id_to_srng_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_ipq8074()214 static int ath11k_hw_mac_id_to_pdev_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_qca6390()220 static int ath11k_hw_mac_id_to_srng_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_qca6390()
710 struct ath11k_hw_params hw_params;
465 struct ath11k_hw_params *hw = &ab->hw_params; in ath11k_ahb_ext_irq_config()