Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/
Dmsi.c573 if (dev->dev_flags & PCI_DEV_FLAGS_HAS_MSI_MASKING) in msi_setup_entry()
Dquirks.c5594 pdev->dev_flags |= PCI_DEV_FLAGS_HAS_MSI_MASKING; in nvidia_ion_ahci_fixup()
/linux-4.19.296/include/linux/
Dpci.h209 PCI_DEV_FLAGS_HAS_MSI_MASKING = (__force pci_dev_flags_t) (1 << 12), enumerator