Symbol: PCI_IRQ_MSI
drivers/accel/habanalabs/gaudi/gaudi.c
2023
rc = pci_alloc_irq_vectors(hdev->pdev, 1, 1, PCI_IRQ_MSI);
drivers/accel/ivpu/ivpu_drv.c
490
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/accel/qaic/qaic_drv.c
528
ret = pci_alloc_irq_vectors(pdev, irq_count, irq_count, PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/accel/qaic/qaic_drv.c
530
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/ata/ahci.c
1753
PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/ata/ahci.c
1776
nvec = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/bluetooth/hci_bcm4377.c
2358
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/bus/mhi/host/pci_generic.c
1155
nr_vectors = pci_alloc_irq_vectors(pdev, 1, mhi_cntrl->nr_irqs, PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/crypto/hisilicon/qm.c
5718
ret = pci_alloc_irq_vectors(pdev, num_vec, num_vec, PCI_IRQ_MSI);
drivers/crypto/inside-secure/safexcel.c
1602
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/crypto/intel/qat/qat_common/adf_vf_isr.c
51
PCI_IRQ_MSI);
drivers/cxl/pci.c
574
PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/dma/amd/ae4dma/ae4dma-pci.c
32
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/dma/dw-edma/dw-edma-pcie.c
221
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/dma/hisi_dma.c
1001
ret = pci_alloc_irq_vectors(pdev, msi_num, msi_num, PCI_IRQ_MSI);
drivers/firewire/ohci.c
3702
flags |= PCI_IRQ_MSI;
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c
293
HIBMC_MAX_VECTORS, PCI_IRQ_MSI);
drivers/gpu/drm/xe/xe_irq.c
808
unsigned int irq_flags = PCI_IRQ_MSI;
drivers/hwtracing/ptt/hisi_ptt.c
337
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/i2c/busses/i2c-nvidia-gpu.c
295
status = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
560
PCI_IRQ_MSI | PCI_IRQ_INTX);
drivers/iommu/riscv/iommu-pci.c
79
PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/media/pci/cobalt/cobalt-driver.c
371
if (pci_alloc_irq_vectors(pci_dev, 1, 1, PCI_IRQ_MSI) < 1) {
drivers/media/pci/ddbridge/ddbridge-main.c
100
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/media/pci/intel/ipu6/ipu6.c
474
ret = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_MSI);
drivers/misc/bcm-vk/bcm_vk_dev.c
1344
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/misc/genwqe/card_utils.c
725
rc = pci_alloc_irq_vectors(cd->pci_dev, 1, count, PCI_IRQ_MSI);
drivers/misc/pci_endpoint_test.c
200
irq = pci_alloc_irq_vectors(pdev, 1, 32, PCI_IRQ_MSI);
drivers/mmc/host/sdhci-pci-gli.c
663
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/mmc/host/sdhci-pci-o2micro.c
555
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1804
ret = pci_alloc_irq_vectors(pcie->pci, 1, 1, PCI_IRQ_INTX | PCI_IRQ_MSI);
drivers/net/ethernet/amd/xgbe/xgbe-pci.c
28
vector_count, PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/net/ethernet/amd/xgbe/xgbe-pci.c
65
PCI_IRQ_INTX | PCI_IRQ_MSI);
drivers/net/ethernet/atheros/alx/main.c
904
PCI_IRQ_MSI | PCI_IRQ_INTX);
drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c
107
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
2515
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
2368
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/net/ethernet/marvell/prestera/prestera_pci.c
909
err = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c
1156
PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.c
388
ret = pci_alloc_irq_vectors(pdev, vecs, vecs, PCI_IRQ_MSI);
drivers/net/ethernet/stmicro/stmmac/dwmac-motorcomm.c
286
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/net/ethernet/tehuti/tn40.c
1757
ret = pci_alloc_irq_vectors(pdev, 1, nvec, PCI_IRQ_MSI);
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1986
nvecs, PCI_IRQ_MSI | PCI_IRQ_INTX);
drivers/net/wireless/ath/ath11k/pci.c
446
PCI_IRQ_MSI);
drivers/net/wireless/ath/ath11k/pci.c
453
PCI_IRQ_MSI);
drivers/net/wireless/ath/ath12k/pci.c
746
PCI_IRQ_MSI);
drivers/net/wireless/ath/ath12k/pci.c
755
PCI_IRQ_MSI);
drivers/net/wireless/ath/wil6210/pcie_bus.c
209
pci_alloc_irq_vectors(pdev, n_msi, n_msi, PCI_IRQ_MSI) < n_msi) {
drivers/net/wireless/realtek/rtw88/pci.c
1624
flags |= PCI_IRQ_MSI;
drivers/net/wireless/realtek/rtw89/pci.c
4048
flags |= PCI_IRQ_INTX | PCI_IRQ_MSI;
drivers/net/wwan/iosm/iosm_ipc_irq.c
66
IPC_MSI_VECTORS, PCI_IRQ_MSI);
drivers/ntb/hw/epf/ntb_hw_epf.c
345
PCI_IRQ_MSI);
drivers/ntb/hw/idt/ntb_hw_idt.c
2128
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI | PCI_IRQ_INTX);
drivers/nvme/host/pci.c
2892
flags &= ~PCI_IRQ_MSI;
drivers/nvme/host/pci.c
3181
flags &= ~PCI_IRQ_MSI;
drivers/nvme/target/pci-epf.c
2270
nvme_epf->irq_type = PCI_IRQ_MSI;
drivers/nvme/target/pci-epf.c
636
case PCI_IRQ_MSI:
drivers/pci/controller/cadence/pcie-cadence-ep.c
553
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pci-dra7xx.c
416
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pci-imx6.c
1421
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pci-keystone.c
918
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pci-layerscape-ep.c
176
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-artpec6.c
363
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-designware-plat.c
52
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-dw-rockchip.c
381
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-keembay.c
301
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-qcom-ep.c
808
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-rcar-gen4.c
412
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-stm32-ep.c
64
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-tegra194.c
1976
case PCI_IRQ_MSI:
drivers/pci/controller/dwc/pcie-uniphier-ep.c
266
case PCI_IRQ_MSI:
drivers/pci/controller/pcie-rcar-ep.c
413
case PCI_IRQ_MSI:
drivers/pci/controller/pcie-rockchip-ep.c
463
case PCI_IRQ_MSI:
drivers/pci/endpoint/functions/pci-epf-mhi.c
238
pci_epc_raise_irq(epc, epf->func_no, epf->vfunc_no, PCI_IRQ_MSI,
drivers/pci/endpoint/functions/pci-epf-ntb.c
162
irq_type = is_msix ? PCI_IRQ_MSIX : PCI_IRQ_MSI;
drivers/pci/endpoint/functions/pci-epf-test.c
681
PCI_IRQ_MSI, irq_number);
drivers/pci/endpoint/functions/pci-epf-vntb.c
1379
PCI_IRQ_MSI, interrupt_num + 1);
drivers/pci/msi/api.c
274
if (flags & PCI_IRQ_MSI) {
drivers/pci/pcie/portdrv.c
120
PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/pci/pcie/portdrv.c
146
PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/pci/switch/switchtec.c
1497
PCI_IRQ_MSIX | PCI_IRQ_MSI |
drivers/perf/hisilicon/hisi_pcie_pmu.c
665
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/perf/hisilicon/hns3_pmu.c
1515
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/platform/x86/intel/ehl_pse_io.c
59
ret = pci_alloc_irq_vectors(pci, 2, 2, PCI_IRQ_MSI);
drivers/ptp/ptp_ocp.c
4764
err = pci_alloc_irq_vectors(pdev, 1, 17, PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/s390/net/ism_drv.c
554
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/scsi/arcmsr/arcmsr_hba.c
1006
nvec = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/scsi/fnic/fnic_isr.c
345
pci_alloc_irq_vectors(fnic->pdev, 1, 1, PCI_IRQ_MSI) == 1) {
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
2613
PCI_IRQ_MSI |
drivers/scsi/hpsa.c
7514
flags |= PCI_IRQ_MSI;
drivers/scsi/ipr.c
9494
irq_flag |= PCI_IRQ_MSI | PCI_IRQ_MSIX;
drivers/scsi/lpfc/lpfc_init.c
13129
PCI_IRQ_MSI | PCI_IRQ_AFFINITY);
drivers/scsi/qla2xxx/qla_isr.c
4708
ret = pci_alloc_irq_vectors(ha->pdev, 1, 1, PCI_IRQ_MSI);
drivers/scsi/qla4xxx/ql4_isr.c
1566
ret = pci_alloc_irq_vectors(ha->pdev, 1, 1, PCI_IRQ_MSI);
drivers/scsi/vmw_pvscsi.c
1503
irq_flag &= ~PCI_IRQ_MSI;
drivers/spi/spi-pci1xxxx.c
856
PCI_IRQ_INTX | PCI_IRQ_MSI);
drivers/staging/media/atomisp/pci/atomisp_v4l2.c
1357
err = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
296
count = pci_alloc_irq_vectors(pdev, 1, MSI_THERMAL_MAX, PCI_IRQ_MSI | PCI_IRQ_MSIX);
drivers/thunderbolt/nhi.c
1287
nvec = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI);
drivers/uio/uio_pci_generic_sva.c
79
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/usb/core/hcd-pci.c
193
PCI_IRQ_INTX | PCI_IRQ_MSI);
drivers/usb/host/xhci-pci.c
170
PCI_IRQ_MSIX | PCI_IRQ_MSI);
drivers/vfio/pci/vfio_pci_intrs.c
384
unsigned int flag = msix ? PCI_IRQ_MSIX : PCI_IRQ_MSI;
include/linux/pci.h
1734
#define PCI_IRQ_ALL_TYPES (PCI_IRQ_INTX | PCI_IRQ_MSI | PCI_IRQ_MSIX)
sound/hda/controllers/intel.c
779
if (!chip->msi || pci_alloc_irq_vectors(chip->pci, 1, 1, PCI_IRQ_MSI) < 0) {
sound/soc/intel/avs/core.c
350
ret = pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI | PCI_IRQ_INTX);
sound/soc/sof/intel/hda.c
860
if (hda_use_msi && pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI) > 0) {