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

/linux-master/include/linux/
H A Dvfio_pci_core.h71 bool has_dyn_msix:1; member in struct:vfio_pci_core_device
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_intrs.c437 if (irq > 0 || !msix || !vdev->has_dyn_msix)
H A Dvfio_pci_core.c535 vdev->has_dyn_msix = pci_msix_can_alloc_dyn(pdev);
538 vdev->has_dyn_msix = false;
1186 else if (info.index != VFIO_PCI_MSIX_IRQ_INDEX || !vdev->has_dyn_msix)

Completed in 104 milliseconds