Lines Matching defs:ath11k_hw_params
1203 qwx_hw_mac_id_to_pdev_id_ipq8074(struct ath11k_hw_params *hw, int mac_id)
1209 qwx_hw_mac_id_to_srng_id_ipq8074(struct ath11k_hw_params *hw, int mac_id)
1215 qwx_hw_mac_id_to_pdev_id_qca6390(struct ath11k_hw_params *hw, int mac_id)
1221 qwx_hw_mac_id_to_srng_id_qca6390(struct ath11k_hw_params *hw, int mac_id)
3374 static const struct ath11k_hw_params ath11k_hw_params[] = {
19967 const struct ath11k_hw_params *hw_params = NULL;
19970 for (i = 0; i < nitems(ath11k_hw_params); i++) {
19971 hw_params = &ath11k_hw_params[i];
19977 if (i == nitems(ath11k_hw_params)) {