Searched refs:PCI_IRQ_MSI (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_irq.c66 IPC_MSI_VECTORS, PCI_IRQ_MSI);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-plat.c52 case PCI_IRQ_MSI:
H A Dpci-layerscape-ep.c176 case PCI_IRQ_MSI:
H A Dpcie-artpec6.c363 case PCI_IRQ_MSI:
H A Dpcie-rcar-gen4.c372 case PCI_IRQ_MSI:
H A Dpcie-uniphier-ep.c266 case PCI_IRQ_MSI:
H A Dpcie-keembay.c301 case PCI_IRQ_MSI:
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c136 vector_count, PCI_IRQ_MSI | PCI_IRQ_MSIX);
173 PCI_IRQ_LEGACY | PCI_IRQ_MSI);
/linux-master/drivers/pci/msi/
H A Dapi.c214 * * %PCI_IRQ_MSI Allow trying MSI vector allocations
276 if (flags & PCI_IRQ_MSI) {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_vf_isr.c50 PCI_IRQ_MSI);
/linux-master/drivers/pci/pcie/
H A Dportdrv.c120 PCI_IRQ_MSIX | PCI_IRQ_MSI);
146 PCI_IRQ_MSIX | PCI_IRQ_MSI);
/linux-master/drivers/accel/qaic/
H A Dqaic_drv.c465 ret = pci_alloc_irq_vectors(pdev, 32, 32, PCI_IRQ_MSI);
467 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
/linux-master/drivers/i2c/busses/
H A Di2c-nvidia-gpu.c297 status = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-main.c100 PCI_IRQ_MSI | PCI_IRQ_MSIX);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pcie.c201 unsigned int flags = PCI_IRQ_MSIX | PCI_IRQ_MSI;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_pci_func.c303 PCI_IRQ_MSIX | PCI_IRQ_MSI |
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c216 PCI_IRQ_MSI | PCI_IRQ_MSIX);
/linux-master/drivers/usb/core/
H A Dhcd-pci.c192 retval = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY | PCI_IRQ_MSI);
/linux-master/drivers/scsi/fnic/
H A Dfnic_isr.c345 pci_alloc_irq_vectors(fnic->pdev, 1, 1, PCI_IRQ_MSI) == 1) {
/linux-master/drivers/staging/rts5208/
H A Drtsx.c306 if (pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI) < 0)
871 if (pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI) < 0)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.c426 PCI_IRQ_MSI);
433 PCI_IRQ_MSI);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c209 pci_alloc_irq_vectors(pdev, n_msi, n_msi, PCI_IRQ_MSI) < n_msi) {
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_guest.c791 PCI_IRQ_MSIX | PCI_IRQ_MSI | PCI_IRQ_LEGACY);
/linux-master/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c345 PCI_IRQ_MSI);
/linux-master/drivers/pci/controller/
H A Dpcie-rockchip-ep.c417 case PCI_IRQ_MSI:

Completed in 388 milliseconds

1234