Home
last modified time | relevance | path

Searched refs:ath11k_msi_config (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath11k/
Dpcic.c65 static const struct ath11k_msi_config ath11k_msi_config[] = { variable
122 const struct ath11k_msi_config *msi_config; in ath11k_pcic_init_msi_config()
125 for (i = 0; i < ARRAY_SIZE(ath11k_msi_config); i++) { in ath11k_pcic_init_msi_config()
126 msi_config = &ath11k_msi_config[i]; in ath11k_pcic_init_msi_config()
132 if (i == ARRAY_SIZE(ath11k_msi_config)) { in ath11k_pcic_init_msi_config()
256 const struct ath11k_msi_config *msi_config = ab->pci.msi.config; in ath11k_pcic_get_user_msi_assignment()
Dpci.h66 const struct ath11k_msi_config *msi_config;
Dcore.h836 struct ath11k_msi_config { struct
977 const struct ath11k_msi_config *config;
Dpci.c150 static const struct ath11k_msi_config msi_config_one_msi = {
414 const struct ath11k_msi_config *msi_config = ab->pci.msi.config; in ath11k_pci_alloc_msi()