Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dvfio_pci_core.h71 bool has_dyn_msix:1; member
/linux-6.6.21/drivers/vfio/pci/
Dvfio_pci_intrs.c405 if (irq > 0 || !msix || !vdev->has_dyn_msix) in vfio_msi_alloc_irq()
Dvfio_pci_core.c535 vdev->has_dyn_msix = pci_msix_can_alloc_dyn(pdev); in vfio_pci_core_enable()
538 vdev->has_dyn_msix = false; in vfio_pci_core_enable()
1186 else if (info.index != VFIO_PCI_MSIX_IRQ_INDEX || !vdev->has_dyn_msix) in vfio_pci_ioctl_get_irq_info()