Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhw.h143 struct ath11k_hw_params { struct
239 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id); argument
240 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
301 int ath11k_hw_get_mac_from_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_get_mac_from_pdev_id()
310 static inline int ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id()
319 static inline int ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id()
H A Dcore.c48 static const struct ath11k_hw_params ath11k_hw_params[] = { variable
2009 const struct ath11k_hw_params *hw_params = NULL; in ath11k_init_hw_params()
2012 for (i = 0; i < ARRAY_SIZE(ath11k_hw_params); i++) { in ath11k_init_hw_params()
2013 hw_params = &ath11k_hw_params[i]; in ath11k_init_hw_params()
2019 if (i == ARRAY_SIZE(ath11k_hw_params)) { in ath11k_init_hw_params()
H A Dhw.c210 static int ath11k_hw_mac_id_to_pdev_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_ipq8074()
216 static int ath11k_hw_mac_id_to_srng_id_ipq8074(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_ipq8074()
222 static int ath11k_hw_mac_id_to_pdev_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_pdev_id_qca6390()
228 static int ath11k_hw_mac_id_to_srng_id_qca6390(struct ath11k_hw_params *hw, in ath11k_hw_mac_id_to_srng_id_qca6390()
H A Dcore.h934 struct ath11k_hw_params hw_params;
H A Dahb.c524 struct ath11k_hw_params *hw = &ab->hw_params; in ath11k_ahb_config_ext_irq()