/openbmc/linux/drivers/pci/msi/ |
H A D | api.c | 261 if (flags & PCI_IRQ_AFFINITY) { in pci_alloc_irq_vectors_affinity()
|
/openbmc/linux/Documentation/translations/zh_CN/PCI/ |
H A D | msi-howto.rst | 93 如果PCI_IRQ_AFFINITY标志被设置,pci_alloc_irq_vectors()将把中断分散到可用的CPU上。
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_isr.c | 521 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in csio_enable_msix()
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_driver.c | 438 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in efct_setup_msix()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_common.c | 129 flags |= PCI_IRQ_AFFINITY; in vp_request_msix_vectors()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | comminit.c | 485 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in aac_define_int_mode()
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/PCI/ |
H A D | msi-howto.rst | 108 any possible kind of interrupt. If the PCI_IRQ_AFFINITY flag is set,
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_init.c | 968 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc); in pm8001_setup_msix()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 1601 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in wx_acquire_msix_vectors()
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1055 #define PCI_IRQ_AFFINITY (1 << 3) /* Auto-assign affinity */ macro
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pci.c | 2227 unsigned int flags = PCI_IRQ_ALL_TYPES | PCI_IRQ_AFFINITY; in nvme_setup_irqs()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 4547 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, in qla24xx_enable_msix()
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 818 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in mpi3mr_setup_isr()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 2556 PCI_IRQ_AFFINITY, in interrupt_preinit_v3_hw()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 13025 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 D | be_main.c | 3586 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY, &desc) < 0) { in be2iscsi_enable_msix()
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 5925 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in __megasas_alloc_irq_vectors()
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 3372 irq_flags |= PCI_IRQ_AFFINITY | PCI_IRQ_ALL_TYPES; in _base_alloc_irq_vectors()
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 7524 PCI_IRQ_MSIX | PCI_IRQ_AFFINITY); in hpsa_interrupt_mode()
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 4069 flags |= PCI_IRQ_AFFINITY; in pqi_enable_msix_interrupts()
|