Searched refs:pci_msi_domain_supports (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pci/msi/
H A Dmsi.h109 bool pci_msi_domain_supports(struct pci_dev *dev, unsigned int feature_mask, enum support_mode mode);
H A Dapi.c128 return pci_msi_domain_supports(dev, MSI_FLAG_PCI_MSIX_ALLOC_DYN, DENY_LEGACY);
H A Dirqdomain.c317 * pci_msi_domain_supports - Check for support of a particular feature flag
324 bool pci_msi_domain_supports(struct pci_dev *pdev, unsigned int feature_mask, function
H A Dmsi.c356 if (nvec > 1 && !pci_msi_domain_supports(dev, MSI_FLAG_MULTI_PCI_MSI, ALLOW_LEGACY))
763 nogap = pci_msi_domain_supports(dev, MSI_FLAG_MSIX_CONTIGUOUS, DENY_LEGACY);
795 if (!pci_msi_domain_supports(dev, MSI_FLAG_PCI_MSIX, ALLOW_LEGACY))

Completed in 114 milliseconds