ath11k_hw_params
struct ath11k_hw_params *hw = &ab->hw_params;
const struct ath11k_hw_params *hw_params = NULL;
for (i = 0; i < ARRAY_SIZE(ath11k_hw_params); i++) {
hw_params = &ath11k_hw_params[i];
if (i == ARRAY_SIZE(ath11k_hw_params)) {
static const struct ath11k_hw_params ath11k_hw_params[] = {
struct ath11k_hw_params hw_params;
static int ath11k_hw_mac_id_to_pdev_id_ipq8074(struct ath11k_hw_params *hw,
static int ath11k_hw_mac_id_to_srng_id_ipq8074(struct ath11k_hw_params *hw,
static int ath11k_hw_mac_id_to_pdev_id_qca6390(struct ath11k_hw_params *hw,
static int ath11k_hw_mac_id_to_srng_id_qca6390(struct ath11k_hw_params *hw,
int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
int ath11k_hw_get_mac_from_pdev_id(struct ath11k_hw_params *hw,
static inline int ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw,
static inline int ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw,