Home
last modified time | relevance | path

Searched refs:PCI_DEV_FLAGS_HAS_MSI_MASKING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/msi/
H A Dmsi.c292 if (dev->dev_flags & PCI_DEV_FLAGS_HAS_MSI_MASKING) in msi_setup_msi_desc()
/openbmc/linux/include/linux/
H A Dpci.h247 PCI_DEV_FLAGS_HAS_MSI_MASKING = (__force pci_dev_flags_t) (1 << 12), enumerator
/openbmc/linux/drivers/pci/
H A Dquirks.c6151 pdev->dev_flags |= PCI_DEV_FLAGS_HAS_MSI_MASKING; in nvidia_ion_ahci_fixup()