| /linux/drivers/platform/x86/intel/ |
| H A D | ehl_pse_io.c | 58 ret = pci_alloc_irq_vectors(pci, 2, 2, PCI_IRQ_MSI); in ehl_pse_io_probe()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_irq.c | 66 IPC_MSI_VECTORS, PCI_IRQ_MSI); in ipc_acquire_irq()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-plat.c | 41 case PCI_IRQ_MSI: in dw_plat_pcie_ep_raise_irq()
|
| H A D | pcie-keembay.c | 301 case PCI_IRQ_MSI: in keembay_pcie_ep_raise_irq()
|
| H A D | pcie-qcom-ep.c | 806 case PCI_IRQ_MSI: in qcom_pcie_ep_raise_irq()
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_irq.c | 107 PCI_IRQ_MSI | PCI_IRQ_MSIX); in hbg_irq_init()
|
| /linux/rust/kernel/pci/ |
| H A D | irq.rs | 32 IrqType::Msi => bindings::PCI_IRQ_MSI, 42 bindings::PCI_IRQ_MSI => IrqType::Msi,
|
| /linux/drivers/uio/ |
| H A D | uio_pci_generic_sva.c | 79 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSIX | PCI_IRQ_MSI); in probe()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_vf_isr.c | 51 PCI_IRQ_MSI); in adf_enable_msi()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-nvidia-gpu.c | 295 status = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in gpu_i2c_probe()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-motorcomm.c | 282 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in motorcomm_setup_irq()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_device_pci.c | 296 count = pci_alloc_irq_vectors(pdev, 1, MSI_THERMAL_MAX, PCI_IRQ_MSI | PCI_IRQ_MSIX); in proc_thermal_setup_msi()
|
| /linux/drivers/usb/core/ |
| H A D | hcd-pci.c | 193 PCI_IRQ_INTX | PCI_IRQ_MSI); in usb_hcd_pci_probe()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | pci.c | 450 PCI_IRQ_MSI); in ath11k_pci_alloc_msi() 457 PCI_IRQ_MSI); in ath11k_pci_alloc_msi()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | pcie_bus.c | 209 pci_alloc_irq_vectors(pdev, n_msi, n_msi, PCI_IRQ_MSI) < n_msi) { in wil_if_pcie_enable()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_intrs.c | 384 unsigned int flag = msix ? PCI_IRQ_MSIX : PCI_IRQ_MSI; in vfio_msi_enable()
|
| /linux/drivers/dma/dw-edma/ |
| H A D | dw-edma-pcie.c | 464 PCI_IRQ_MSI | PCI_IRQ_MSIX); in dw_edma_pcie_probe()
|
| /linux/include/linux/ |
| H A D | pci.h | 1175 #define PCI_IRQ_MSI (1 << 1) /* Allow MSI interrupts */ macro 1752 #define PCI_IRQ_ALL_TYPES (PCI_IRQ_INTX | PCI_IRQ_MSI | PCI_IRQ_MSIX) 1809 return PCI_IRQ_MSI; in pci_irq_type()
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-rockchip-ep.c | 463 case PCI_IRQ_MSI: in rockchip_pcie_ep_raise_irq()
|
| /linux/drivers/ntb/hw/epf/ |
| H A D | ntb_hw_epf.c | 385 PCI_IRQ_MSI); in ntb_epf_init_isr()
|
| /linux/drivers/s390/net/ |
| H A D | ism_drv.c | 560 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in ism_dev_init()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | pci.c | 761 PCI_IRQ_MSI); in ath12k_pci_msi_alloc() 770 PCI_IRQ_MSI); in ath12k_pci_msi_alloc()
|
| /linux/drivers/cxl/ |
| H A D | pci.c | 505 PCI_IRQ_MSIX | PCI_IRQ_MSI); in cxl_alloc_irq_vectors()
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_pcie_pmu.c | 665 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in hisi_pcie_pmu_irq_register()
|
| /linux/drivers/dma/ |
| H A D | hisi_dma.c | 1001 ret = pci_alloc_irq_vectors(pdev, msi_num, msi_num, PCI_IRQ_MSI); in hisi_dma_probe()
|