Home
last modified time | relevance | path

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

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