Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vfio/pci/
Dvfio_pci_intrs.c44 static bool is_irq_none(struct vfio_pci_core_device *vdev) in is_irq_none() function
238 if (!is_irq_none(vdev)) in vfio_intx_enable()
356 if (!is_irq_none(vdev)) in vfio_msi_enable()
615 if (!(is_intx(vdev) || is_irq_none(vdev)) || start != 0 || count != 1) in vfio_pci_set_intx_trigger()
662 if (!(irq_is(vdev, index) || is_irq_none(vdev))) in vfio_pci_set_msi_trigger()