Home
last modified time | relevance | path

Searched refs:MSI_FLAG_PCI_MSIX_ALLOC_DYN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmsi.h66 (MSI_GENERIC_FLAGS_MASK | MSI_FLAG_PCI_MSIX | MSI_FLAG_PCI_MSIX_ALLOC_DYN)
/openbmc/linux/drivers/pci/msi/
H A Dapi.c128 return pci_msi_domain_supports(dev, MSI_FLAG_PCI_MSIX_ALLOC_DYN, DENY_LEGACY); in pci_msix_can_alloc_dyn()
H A Dirqdomain.c229 MSI_FLAG_PCI_MSIX_ALLOC_DYN,
/openbmc/linux/include/linux/
H A Dmsi.h566 MSI_FLAG_PCI_MSIX_ALLOC_DYN = (1 << 20), enumerator