Home
last modified time | relevance | path

Searched refs:has_dyn_msix (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dvfio_pci_core.h71 bool has_dyn_msix:1; member
/linux-6.12.1/drivers/vfio/pci/
Dvfio_pci_core.c531 vdev->has_dyn_msix = pci_msix_can_alloc_dyn(pdev); in vfio_pci_core_enable()
534 vdev->has_dyn_msix = false; in vfio_pci_core_enable()
1180 else if (info.index != VFIO_PCI_MSIX_IRQ_INDEX || !vdev->has_dyn_msix) in vfio_pci_ioctl_get_irq_info()
Dvfio_pci_intrs.c430 if (irq > 0 || !msix || !vdev->has_dyn_msix) in vfio_msi_alloc_irq()