Home
last modified time | relevance | path

Searched refs:PCI_IRQ_MSIX (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/drivers/pci/pcie/
Dportdrv_core.c107 PCI_IRQ_MSIX | PCI_IRQ_MSI); in pcie_port_enable_irq_vec()
133 PCI_IRQ_MSIX | PCI_IRQ_MSI); in pcie_port_enable_irq_vec()
/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_guest.c568 PCI_IRQ_MSIX); in vmci_guest_probe_device()
571 PCI_IRQ_MSIX | PCI_IRQ_MSI | PCI_IRQ_LEGACY); in vmci_guest_probe_device()
/linux-4.19.296/drivers/i2c/busses/
Di2c-thunderx-pcidrv.c190 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSIX); in thunder_i2c_probe_pci()
/linux-4.19.296/drivers/virtio/
Dvirtio_pci_common.c110 unsigned flags = PCI_IRQ_MSIX; in vp_request_msix_vectors()
/linux-4.19.296/drivers/misc/
Dpci_endpoint_test.c195 irq = pci_alloc_irq_vectors(pdev, 1, 2048, PCI_IRQ_MSIX); in pci_endpoint_test_alloc_irq_vectors()
/linux-4.19.296/drivers/pci/controller/
Dvmd.c780 PCI_IRQ_MSIX); in vmd_probe()
/linux-4.19.296/include/linux/
Dpci.h1346 #define PCI_IRQ_MSIX (1 << 2) /* Allow MSI-X interrupts */ macro
1349 (PCI_IRQ_LEGACY | PCI_IRQ_MSI | PCI_IRQ_MSIX)
/linux-4.19.296/drivers/thunderbolt/
Dnhi.c1000 PCI_IRQ_MSIX); in nhi_init_msi()
/linux-4.19.296/drivers/pci/
Dmsi.c1218 if (flags & PCI_IRQ_MSIX) { in pci_alloc_irq_vectors_affinity()
/linux-4.19.296/drivers/pci/switch/
Dswitchtec.c1185 PCI_IRQ_MSIX | PCI_IRQ_MSI); in switchtec_init_isr()