Home
last modified time | relevance | path

Searched refs:PCI_IRQ_AFFINITY (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/pci/msi/
H A Dapi.c259 if (flags & PCI_IRQ_AFFINITY) { in pci_alloc_irq_vectors_affinity()
/linux/drivers/scsi/fnic/
H A Dfnic_isr.c267 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in fnic_set_intr_mode_msix()
/linux/drivers/scsi/csiostor/
H A Dcsio_isr.c521 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in csio_enable_msix()
/linux/drivers/scsi/elx/efct/
H A Defct_driver.c432 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in efct_setup_msix()
/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c143 ret = pci_alloc_irq_vectors(pdev, 1, max_intr, PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in ifcvf_alloc_vectors()
/linux/drivers/virtio/
H A Dvirtio_pci_common.c153 flags |= PCI_IRQ_AFFINITY; in vp_request_msix_vectors()
/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c984 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in pm8001_setup_msix()
/linux/include/linux/
H A Dpci.h1167 #define PCI_IRQ_AFFINITY (1 << 3) /* Auto-assign affinity */ macro
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1924 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in wx_acquire_msix_vectors()
/linux/drivers/nvme/host/
H A Dpci.c2867 unsigned int flags = PCI_IRQ_ALL_TYPES | PCI_IRQ_AFFINITY; in nvme_setup_irqs()
/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c4536 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in qla24xx_enable_msix()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2614 PCI_IRQ_AFFINITY, in interrupt_preinit_v3_hw()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c865 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in mpi3mr_setup_isr()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c12993 flags |= PCI_IRQ_AFFINITY; in lpfc_sli4_enable_msix()
13129 PCI_IRQ_MSI | PCI_IRQ_AFFINITY); in lpfc_sli4_enable_msi()
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c3576 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc) < 0) { in be2iscsi_enable_msix()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c5934 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in __megasas_alloc_irq_vectors()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3383 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in _base_alloc_irq_vectors()
/linux/drivers/scsi/
H A Dhpsa.c7508 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in hpsa_interrupt_mode()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c4120 flags |= PCI_IRQ_AFFINITY; in pqi_enable_msix_interrupts()