Home
last modified time | relevance | path

Searched refs:MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/bus/fsl-mc/
Dfsl-mc-msi.c171 info->flags |= MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS | MSI_FLAG_FREE_MSI_DESCS; in fsl_mc_msi_create_irq_domain()
/Linux-v6.6/drivers/base/
Dplatform-msi.c132 info->flags |= MSI_FLAG_DEV_SYSFS | MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS | in platform_msi_create_irq_domain()
/Linux-v6.6/drivers/pci/msi/
Dirqdomain.c406 !(template->info.flags & MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS) || in pci_create_ims_domain()
/Linux-v6.6/include/linux/
Dmsi.h547 MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS = (1 << 5), enumerator
/Linux-v6.6/kernel/irq/
Dmsi.c1328 if (!(info->flags & MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS)) in msi_domain_alloc_simple_msi_descs()