Searched refs:PCI_IRQ_AFFINITY (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/pci/msi/
H A Dapi.c219 * * %PCI_IRQ_AFFINITY Auto-manage IRQs affinity by spreading
261 if (flags & PCI_IRQ_AFFINITY) {
338 * pci_alloc_irq_vectors() without the %PCI_IRQ_AFFINITY flag). Return a
/linux-master/drivers/scsi/csiostor/
H A Dcsio_isr.c521 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc);
/linux-master/drivers/scsi/fnic/
H A Dfnic_isr.c267 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY);
/linux-master/drivers/scsi/aacraid/
H A Dcomminit.c485 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY);
/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.c438 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY);
/linux-master/drivers/virtio/
H A Dvirtio_pci_common.c129 flags |= PCI_IRQ_AFFINITY;
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_main.c143 ret = pci_alloc_irq_vectors(pdev, 1, max_intr, PCI_IRQ_MSIX | PCI_IRQ_AFFINITY);
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_init.c996 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc);
/linux-master/include/linux/
H A Dpci.h1078 #define PCI_IRQ_AFFINITY (1 << 3) /* Auto-assign affinity */ macro
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1627 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY,
/linux-master/drivers/nvme/host/
H A Dpci.c2251 PCI_IRQ_ALL_TYPES | PCI_IRQ_AFFINITY, &affd);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_isr.c4547 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY,
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c3586 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc) < 0) {
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c818 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES;
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2555 PCI_IRQ_AFFINITY,
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c5925 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3356 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c12864 * PCI_IRQ_AFFINITY to auto-manage IRQ affinity.
13029 flags |= PCI_IRQ_AFFINITY;
13165 PCI_IRQ_MSI | PCI_IRQ_AFFINITY);
/linux-master/drivers/scsi/
H A Dhpsa.c7524 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c4085 flags |= PCI_IRQ_AFFINITY;

Completed in 401 milliseconds