Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/msi/
H A Dapi.c261 if (flags & PCI_IRQ_AFFINITY) { in pci_alloc_irq_vectors_affinity()
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dmsi-howto.rst93 如果PCI_IRQ_AFFINITY标志被设置,pci_alloc_irq_vectors()将把中断分散到可用的CPU上。
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_isr.c521 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in csio_enable_msix()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_driver.c438 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in efct_setup_msix()
/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_common.c129 flags |= PCI_IRQ_AFFINITY; in vp_request_msix_vectors()
/openbmc/linux/drivers/scsi/aacraid/
H A Dcomminit.c485 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in aac_define_int_mode()
/openbmc/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()
/openbmc/linux/Documentation/PCI/
H A Dmsi-howto.rst108 any possible kind of interrupt. If the PCI_IRQ_AFFINITY flag is set,
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c968 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in pm8001_setup_msix()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1601 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in wx_acquire_msix_vectors()
/openbmc/linux/include/linux/
H A Dpci.h1055 #define PCI_IRQ_AFFINITY (1 << 3) /* Auto-assign affinity */ macro
/openbmc/linux/drivers/nvme/host/
H A Dpci.c2227 unsigned int flags = PCI_IRQ_ALL_TYPES | PCI_IRQ_AFFINITY; in nvme_setup_irqs()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c4547 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in qla24xx_enable_msix()
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c818 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in mpi3mr_setup_isr()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2556 PCI_IRQ_AFFINITY, in interrupt_preinit_v3_hw()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c13025 flags |= PCI_IRQ_AFFINITY; in lpfc_sli4_enable_msix()
13161 PCI_IRQ_MSI | PCI_IRQ_AFFINITY); in lpfc_sli4_enable_msi()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c3586 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc) < 0) { in be2iscsi_enable_msix()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c5925 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in __megasas_alloc_irq_vectors()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3372 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in _base_alloc_irq_vectors()
/openbmc/linux/drivers/scsi/
H A Dhpsa.c7524 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in hpsa_interrupt_mode()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c4069 flags |= PCI_IRQ_AFFINITY; in pqi_enable_msix_interrupts()