Home
last modified time | relevance | path

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

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