| /linux-6.15/drivers/pci/msi/ |
| H A D | api.c | 261 if (flags & PCI_IRQ_AFFINITY) { in pci_alloc_irq_vectors_affinity()
|
| /linux-6.15/Documentation/translations/zh_CN/PCI/ |
| H A D | msi-howto.rst | 93 如果PCI_IRQ_AFFINITY标志被设置,pci_alloc_irq_vectors()将把中断分散到可用的CPU上。
|
| /linux-6.15/drivers/scsi/fnic/ |
| H A D | fnic_isr.c | 267 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in fnic_set_intr_mode_msix()
|
| /linux-6.15/drivers/scsi/csiostor/ |
| H A D | csio_isr.c | 521 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in csio_enable_msix()
|
| /linux-6.15/drivers/scsi/elx/efct/ |
| H A D | efct_driver.c | 438 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in efct_setup_msix()
|
| /linux-6.15/drivers/scsi/aacraid/ |
| H A D | comminit.c | 485 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in aac_define_int_mode()
|
| /linux-6.15/drivers/virtio/ |
| H A D | virtio_pci_common.c | 156 flags |= PCI_IRQ_AFFINITY; in vp_request_msix_vectors()
|
| /linux-6.15/drivers/vdpa/ifcvf/ |
| H A D | ifcvf_main.c | 143 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 D | msi-howto.rst | 108 any possible kind of interrupt. If the PCI_IRQ_AFFINITY flag is set,
|
| /linux-6.15/drivers/scsi/pm8001/ |
| H A D | pm8001_init.c | 983 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in pm8001_setup_msix()
|
| /linux-6.15/include/linux/ |
| H A D | pci.h | 1098 #define PCI_IRQ_AFFINITY (1 << 3) /* Auto-assign affinity */ macro
|
| /linux-6.15/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_lib.c | 1708 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in wx_acquire_msix_vectors()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | pci.c | 2415 unsigned int flags = PCI_IRQ_ALL_TYPES | PCI_IRQ_AFFINITY; in nvme_setup_irqs()
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_isr.c | 4541 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in qla24xx_enable_msix()
|
| /linux-6.15/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_v3_hw.c | 2568 PCI_IRQ_AFFINITY, in interrupt_preinit_v3_hw()
|
| /linux-6.15/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_fw.c | 855 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in mpi3mr_setup_isr()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 13014 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 D | be_main.c | 3586 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc) < 0) { in be2iscsi_enable_msix()
|
| /linux-6.15/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_base.c | 5932 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in __megasas_alloc_irq_vectors()
|
| /linux-6.15/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 3377 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in _base_alloc_irq_vectors()
|
| /linux-6.15/drivers/scsi/ |
| H A D | hpsa.c | 7517 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in hpsa_interrupt_mode()
|
| /linux-6.15/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 4099 flags |= PCI_IRQ_AFFINITY; in pqi_enable_msix_interrupts()
|