Symbol: ath11k_hw_params
drivers/net/wireless/ath/ath11k/ahb.c
526
struct ath11k_hw_params *hw = &ab->hw_params;
drivers/net/wireless/ath/ath11k/core.c
2607
const struct ath11k_hw_params *hw_params = NULL;
drivers/net/wireless/ath/ath11k/core.c
2610
for (i = 0; i < ARRAY_SIZE(ath11k_hw_params); i++) {
drivers/net/wireless/ath/ath11k/core.c
2611
hw_params = &ath11k_hw_params[i];
drivers/net/wireless/ath/ath11k/core.c
2617
if (i == ARRAY_SIZE(ath11k_hw_params)) {
drivers/net/wireless/ath/ath11k/core.c
41
static const struct ath11k_hw_params ath11k_hw_params[] = {
drivers/net/wireless/ath/ath11k/core.h
994
struct ath11k_hw_params hw_params;
drivers/net/wireless/ath/ath11k/hw.c
210
static int ath11k_hw_mac_id_to_pdev_id_ipq8074(struct ath11k_hw_params *hw,
drivers/net/wireless/ath/ath11k/hw.c
216
static int ath11k_hw_mac_id_to_srng_id_ipq8074(struct ath11k_hw_params *hw,
drivers/net/wireless/ath/ath11k/hw.c
222
static int ath11k_hw_mac_id_to_pdev_id_qca6390(struct ath11k_hw_params *hw,
drivers/net/wireless/ath/ath11k/hw.c
228
static int ath11k_hw_mac_id_to_srng_id_qca6390(struct ath11k_hw_params *hw,
drivers/net/wireless/ath/ath11k/hw.h
240
int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
drivers/net/wireless/ath/ath11k/hw.h
241
int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
drivers/net/wireless/ath/ath11k/hw.h
303
int ath11k_hw_get_mac_from_pdev_id(struct ath11k_hw_params *hw,
drivers/net/wireless/ath/ath11k/hw.h
312
static inline int ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw,
drivers/net/wireless/ath/ath11k/hw.h
321
static inline int ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw,