Searched refs:msi (Results 176 - 200 of 221) sorted by relevance

123456789

/linux-master/arch/sparc/kernel/
H A Dpci.c19 #include <linux/msi.h>
/linux-master/drivers/perf/
H A Darm_smmuv3_pmu.c49 #include <linux/msi.h>
/linux-master/drivers/ata/
H A Dsata_mv.c71 static int msi; variable
72 module_param(msi, int, S_IRUGO);
73 MODULE_PARM_DESC(msi, "Enable use of PCI MSI (0=off, 1=on)");
4428 if (msi && pci_enable_msi(pdev) == 0)
H A Dsata_nv.c2475 module_param_named(msi, msi_enabled, bool, 0444);
2476 MODULE_PARM_DESC(msi, "Enable use of MSI (Default: false)");
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.h1019 } msi; member in struct:ath11k_base::__anon983
/linux-master/include/ufs/
H A Dufshcd.h20 #include <linux/msi.h>
/linux-master/include/uapi/linux/
H A Dkvm.h971 struct kvm_irq_routing_msi msi; member in union:kvm_irq_routing_entry::__anon1273
/linux-master/tools/include/uapi/linux/
H A Dkvm.h971 struct kvm_irq_routing_msi msi; member in union:kvm_irq_routing_entry::__anon1652
/linux-master/include/linux/
H A Diommu.h1449 #include <linux/msi.h>
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware.h21 #include <linux/msi.h>
/linux-master/arch/um/drivers/
H A Dvirt-pci.c16 #include <linux/msi.h>
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c147 * msi = 2: choose from among all three options
148 * msi = 1: only consider MSI and INTx interrupts
149 * msi = 0: force INTx interrupts
151 static int msi = 2; variable
153 module_param(msi, int, 0644);
154 MODULE_PARM_DESC(msi, "whether to use INTx (0), MSI (1) or MSI-X (2)");
6991 if (msi > 1 && enable_msix(adapter) == 0)
6993 else if (msi > 0 && pci_enable_msi(pdev) == 0) {
6995 if (msi > 1)
/linux-master/drivers/scsi/aacraid/
H A Dcommsup.c2553 if (dev->msi)
2578 if (dev->msi)
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c15 #include <linux/msi.h>
200 * msi: MSI index, doesn't work for all rings though and should be zero
215 __le16 msi; member in struct:bcm4377_create_completion_ring_msg
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c312 * DOC: msi (int)
315 MODULE_PARM_DESC(msi, "MSI support (1 = enable, 0 = disable, -1 = auto)");
316 module_param_named(msi, amdgpu_msi, int, 0444);
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c16 #include <linux/msi.h>
/linux-master/drivers/pci/
H A Dpci-acpi.c14 #include <linux/msi.h>
H A Dpci-sysfs.c29 #include <linux/msi.h>
/linux-master/drivers/pci/controller/
H A Dpcie-iproc.c10 #include <linux/msi.h>
1225 * Check if 'msi-map' points to ARM GICv3 ITS, which is the only
1318 dev_err(dev, "msi steering failed\n");
1344 * Either the "msi-parent" or the "msi-map" phandle needs to exist
1348 msi_node = of_parse_phandle(pcie->dev->of_node, "msi-parent", 0);
1354 msi_map = of_get_property(pcie->dev->of_node, "msi-map", &len);
H A Dpcie-mediatek.c18 #include <linux/msi.h>
406 dev_dbg(port->pcie->dev, "msi#%d address_hi %#x address_lo %#x\n",
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c8 #include <linux/msi.h>
790 ath12k_dbg(ab, ATH12K_DBG_PCI, "msi base data is %d\n", ab_pci->msi_ep_base_data);
1415 ath12k_err(ab, "failed to alloc msi: %d\n", ret);
/linux-master/arch/powerpc/sysdev/xive/
H A Dcommon.c22 #include <linux/msi.h>
/linux-master/sound/pci/hda/
H A Dhda_controller.c793 if (chip->msi) {
/linux-master/virt/kvm/
H A Dkvm_main.c5192 struct kvm_msi msi; local
5195 if (copy_from_user(&msi, argp, sizeof(msi)))
5197 r = kvm_send_userspace_msi(kvm, &msi);
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c32 #include <linux/msi.h>

Completed in 394 milliseconds

123456789