Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_intrs.c44 static bool is_irq_none(struct vfio_pci_core_device *vdev) in is_irq_none() function
269 if (!is_irq_none(vdev)) in vfio_intx_enable()
390 if (!is_irq_none(vdev)) in vfio_msi_enable()
649 if (!(is_intx(vdev) || is_irq_none(vdev)) || start != 0 || count != 1) in vfio_pci_set_intx_trigger()
700 if (!(irq_is(vdev, index) || is_irq_none(vdev))) in vfio_pci_set_msi_trigger()