Home
last modified time | relevance | path

Searched refs:msi_config (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dpcic.c146 const struct ath11k_msi_config *msi_config; in ath11k_pcic_init_msi_config() local
150 msi_config = &ath11k_msi_config[i]; in ath11k_pcic_init_msi_config()
152 if (msi_config->hw_rev == ab->hw_rev) in ath11k_pcic_init_msi_config()
162 ab->pci.msi.config = msi_config; in ath11k_pcic_init_msi_config()
280 const struct ath11k_msi_config *msi_config = ab->pci.msi.config; in ath11k_pcic_get_user_msi_assignment() local
283 for (idx = 0; idx < msi_config->total_users; idx++) { in ath11k_pcic_get_user_msi_assignment()
284 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath11k_pcic_get_user_msi_assignment()
285 *num_vectors = msi_config->users[idx].num_vectors; in ath11k_pcic_get_user_msi_assignment()
286 *base_vector = msi_config->users[idx].base_vector; in ath11k_pcic_get_user_msi_assignment()
H A Dpci.h66 const struct ath11k_msi_config *msi_config; member
H A Dpci.c437 const struct ath11k_msi_config *msi_config = ab->pci.msi.config; in ath11k_pci_alloc_msi() local
444 msi_config->total_vectors, in ath11k_pci_alloc_msi()
445 msi_config->total_vectors, in ath11k_pci_alloc_msi()
447 if (num_vectors == msi_config->total_vectors) { in ath11k_pci_alloc_msi()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dpci.c109 ab_pci->msi_config = &ath12k_wifi7_msi_config[0]; in ath12k_wifi7_pci_probe()
136 ab_pci->msi_config = &ath12k_wifi7_msi_config[0]; in ath12k_wifi7_pci_probe()
160 ab_pci->msi_config = &ath12k_wifi7_msi_config[0]; in ath12k_wifi7_pci_probe()
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c738 const struct ath12k_msi_config *msi_config = ab_pci->msi_config; in ath12k_pci_msi_alloc() local
744 msi_config->total_vectors, in ath12k_pci_msi_alloc()
745 msi_config->total_vectors, in ath12k_pci_msi_alloc()
748 if (num_vectors == msi_config->total_vectors) { in ath12k_pci_msi_alloc()
761 ab_pci->msi_config = &msi_config_one_msi; in ath12k_pci_msi_alloc()
1010 const struct ath12k_msi_config *msi_config = ab_pci->msi_config; in ath12k_pci_get_user_msi_assignment() local
1013 for (idx = 0; idx < msi_config->total_users; idx++) { in ath12k_pci_get_user_msi_assignment()
1014 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath12k_pci_get_user_msi_assignment()
1015 *num_vectors = msi_config->users[idx].num_vectors; in ath12k_pci_get_user_msi_assignment()
1016 *base_vector = msi_config->users[idx].base_vector; in ath12k_pci_get_user_msi_assignment()
H A Dpci.h121 const struct ath12k_msi_config *msi_config; member
/linux/drivers/net/ethernet/agere/
H A Det131x.h168 u32 msi_config; /* 0x0030 */ member
H A Det131x.c1527 writel(0, &regs->msi_config); in et131x_configure_global_regs()
2922 regs_buff[num++] = readl(&aregs->global.msi_config); in et131x_get_regs()