Searched refs:msi_config (Results 1 – 7 of 7) sorted by relevance
679 const struct ath12k_msi_config *msi_config = ab_pci->msi_config; in ath12k_pci_msi_alloc() local685 msi_config->total_vectors, in ath12k_pci_msi_alloc()686 msi_config->total_vectors, in ath12k_pci_msi_alloc()688 if (num_vectors != msi_config->total_vectors) { in ath12k_pci_msi_alloc()690 msi_config->total_vectors, num_vectors); in ath12k_pci_msi_alloc()903 const struct ath12k_msi_config *msi_config = ab_pci->msi_config; in ath12k_pci_get_user_msi_assignment() local906 for (idx = 0; idx < msi_config->total_users; idx++) { in ath12k_pci_get_user_msi_assignment()907 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath12k_pci_get_user_msi_assignment()908 *num_vectors = msi_config->users[idx].num_vectors; in ath12k_pci_get_user_msi_assignment()909 *user_base_data = msi_config->users[idx].base_vector in ath12k_pci_get_user_msi_assignment()[all …]
101 const struct ath12k_msi_config *msi_config; member
122 const struct ath11k_msi_config *msi_config; in ath11k_pcic_init_msi_config() local126 msi_config = &ath11k_msi_config[i]; in ath11k_pcic_init_msi_config()128 if (msi_config->hw_rev == ab->hw_rev) in ath11k_pcic_init_msi_config()138 ab->pci.msi.config = 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() local259 for (idx = 0; idx < msi_config->total_users; idx++) { in ath11k_pcic_get_user_msi_assignment()260 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath11k_pcic_get_user_msi_assignment()261 *num_vectors = msi_config->users[idx].num_vectors; in ath11k_pcic_get_user_msi_assignment()262 *base_vector = msi_config->users[idx].base_vector; in ath11k_pcic_get_user_msi_assignment()
66 const struct ath11k_msi_config *msi_config; member
414 const struct ath11k_msi_config *msi_config = ab->pci.msi.config; in ath11k_pci_alloc_msi() local421 msi_config->total_vectors, in ath11k_pci_alloc_msi()422 msi_config->total_vectors, in ath11k_pci_alloc_msi()424 if (num_vectors == msi_config->total_vectors) { in ath11k_pci_alloc_msi()
168 u32 msi_config; /* 0x0030 */ member
1527 writel(0, ®s->msi_config); in et131x_configure_global_regs()2886 regs_buff[num++] = readl(&aregs->global.msi_config); in et131x_get_regs()