Home
last modified time | relevance | path

Searched refs:MSI_FLAG_FREE_MSI_DESCS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/pci/msi/
H A Dirqdomain.c127 info->flags |= MSI_FLAG_FREE_MSI_DESCS; in pci_msi_create_irq_domain()
171 #define MSI_COMMON_FLAGS (MSI_FLAG_FREE_MSI_DESCS | \
410 !(template->info.flags & MSI_FLAG_FREE_MSI_DESCS) || in pci_create_ims_domain()
/openbmc/linux/drivers/soc/ti/
H A Dti_sci_inta_msi.c55 info->flags |= MSI_FLAG_FREE_MSI_DESCS; in ti_sci_inta_msi_create_irq_domain()
/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.c133 MSI_FLAG_FREE_MSI_DESCS; in platform_msi_create_irq_domain()
/openbmc/linux/include/linux/
H A Dmsi.h549 MSI_FLAG_FREE_MSI_DESCS = (1 << 6), enumerator
/openbmc/linux/arch/x86/pci/
H A Dxen.c439 .flags = MSI_FLAG_PCI_MSIX | MSI_FLAG_FREE_MSI_DESCS | MSI_FLAG_DEV_SYSFS,
/openbmc/linux/kernel/irq/
H A Dmsi.c1559 if (info->flags & MSI_FLAG_FREE_MSI_DESCS) in msi_domain_free_locked()