Home
last modified time | relevance | path

Searched refs:MSI_FLAG_NO_AFFINITY (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dmsi.h558 MSI_FLAG_NO_AFFINITY = (1 << 21), enumerator
/linux/drivers/pci/controller/
H A Dpcie-xilinx.c269 MSI_FLAG_NO_AFFINITY,
H A Dpcie-xilinx-dma-pl.c386 MSI_FLAG_NO_AFFINITY | MSI_FLAG_MULTI_PCI_MSI,
/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c364 MSI_FLAG_NO_AFFINITY | MSI_FLAG_PCI_MSIX,
/linux/kernel/irq/
H A Dmsi.c835 if (!chip->irq_set_affinity && !(info->flags & MSI_FLAG_NO_AFFINITY)) in msi_domain_update_chip_ops()