Searched refs:is_intx (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/vfio/pci/
H A Dvfio_pci_intrs.c39 static bool is_intx(struct vfio_pci_core_device *vdev) function
91 if (likely(is_intx(vdev) && !vdev->virq_disabled)) {
123 if (unlikely(!is_intx(vdev))) {
183 if (unlikely(!is_intx(vdev))) {
591 if (!is_intx(vdev) || start != 0 || count != 1)
622 if (!is_intx(vdev) || start != 0 || count != 1)
642 if (is_intx(vdev) && !count && (flags & VFIO_IRQ_SET_DATA_NONE)) {
647 if (!(is_intx(vdev) || is_irq_none(vdev)) || start != 0 || count != 1)
661 if (is_intx(vdev))
672 if (!is_intx(vde
[all...]
/linux-master/samples/vfio-mdev/
H A Dmtty.c216 static bool is_intx(struct mdev_state *mdev_state) function
228 return !is_intx(mdev_state) && !is_msi(mdev_state);
238 } else if (is_intx(mdev_state)) {
1569 if (!is_intx(mdev_state) || start != 0 || count != 1) {
1586 if (!is_intx(mdev_state) || start != 0 || count != 1) {
1603 if (is_intx(mdev_state) && !count &&
1609 if (!(is_intx(mdev_state) || is_noirq(mdev_state)) ||
1634 if (!is_intx(mdev_state)) {

Completed in 126 milliseconds