Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dhw.h127 struct ath11k_hw_params { struct
185 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); argument
186 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
236 int ath11k_hw_get_mac_from_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_get_mac_from_pdev_id()
245 static inline int ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id()
254 static inline int ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id()
A Dcore.c33 static const struct ath11k_hw_params ath11k_hw_params[] = { variable
1093 const struct ath11k_hw_params *hw_params = NULL; in ath11k_init_hw_params()
1096 for (i = 0; i < ARRAY_SIZE(ath11k_hw_params); i++) { in ath11k_init_hw_params()
1097 hw_params = &ath11k_hw_params[i]; in ath11k_init_hw_params()
1103 if (i == ARRAY_SIZE(ath11k_hw_params)) { in ath11k_init_hw_params()
A Dhw.c205 static int ath11k_hw_mac_id_to_pdev_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_ipq8074()
211 static int ath11k_hw_mac_id_to_srng_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_ipq8074()
217 static int ath11k_hw_mac_id_to_pdev_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_qca6390()
223 static int ath11k_hw_mac_id_to_srng_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_qca6390()
A Dahb.c465 struct ath11k_hw_params *hw = &ab->hw_params; in ath11k_ahb_ext_irq_config()
A Dcore.h722 struct ath11k_hw_params hw_params;

Completed in 17 milliseconds