Searched refs:PCI_IRQ_MSIX (Results 1 - 25 of 105) sorted by relevance

12345

/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ptp.c75 n = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSIX);
/linux-master/drivers/scsi/snic/
H A Dsnic_isr.c159 if (pci_alloc_irq_vectors(snic->pdev, vecs, vecs, PCI_IRQ_MSIX) < 0)
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-plat.c54 case PCI_IRQ_MSIX:
H A Dpci-layerscape-ep.c178 case PCI_IRQ_MSIX:
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_main.c120 ret = pci_alloc_irq_vectors(cpt->pdev, num_vec, num_vec, PCI_IRQ_MSIX);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmsix.c35 ret = pci_alloc_irq_vectors(dd->pcidev, total, total, PCI_IRQ_MSIX);
/linux-master/drivers/i2c/busses/
H A Di2c-thunderx-pcidrv.c195 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSIX);
/linux-master/drivers/pci/msi/
H A Dapi.c213 * * %PCI_IRQ_MSIX Allow trying MSI-X vector allocations
269 if (flags & PCI_IRQ_MSIX) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_irq.c197 PCI_IRQ_MSIX);
/linux-master/drivers/mmc/host/
H A Dcavium-thunderx.c42 nvec = pci_alloc_irq_vectors(pdev, 1, 9, PCI_IRQ_MSIX);
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_guest.c788 PCI_IRQ_MSIX);
791 PCI_IRQ_MSIX | PCI_IRQ_MSI | PCI_IRQ_LEGACY);
/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/fpga/
H A Ddfl-pci.c59 ret = pci_alloc_irq_vectors(pcidev, nvec, nvec, PCI_IRQ_MSIX);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-main.c100 PCI_IRQ_MSI | PCI_IRQ_MSIX);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_isr.c32 msix_num_entries, PCI_IRQ_MSIX);
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddev.c366 err = pci_alloc_irq_vectors(pdsc->pdev, nintrs, nintrs, PCI_IRQ_MSIX);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_isr.c521 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc);
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_isr.c316 ret = pci_alloc_irq_vectors(pdev, nr_vecs, nr_vecs, PCI_IRQ_MSIX);
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c310 rc = pci_alloc_irq_vectors(pdev, nr_vecs, nr_vecs, PCI_IRQ_MSIX);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c136 vector_count, 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/crypto/marvell/octeontx2/
H A Dotx2_cptvf_main.c46 PCI_IRQ_MSIX);
/linux-master/drivers/scsi/fnic/
H A Dfnic_isr.c267 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY);

Completed in 224 milliseconds

12345