is_intx
if (unlikely(!is_intx(vdev))) {
if (unlikely(!is_intx(vdev))) {
if (!is_intx(vdev) || start != 0 || count != 1)
if (!is_intx(vdev) || start != 0 || count != 1)
if (is_intx(vdev) && !count && (flags & VFIO_IRQ_SET_DATA_NONE)) {
if (!(is_intx(vdev) || is_irq_none(vdev)) || start != 0 || count != 1)
if (is_intx(vdev))
if (!is_intx(vdev))
if (likely(is_intx(vdev) && !vdev->virq_disabled)) {
if (!is_intx(mdev_state) || start != 0 || count != 1) {
if (!is_intx(mdev_state) || start != 0 || count != 1) {
if (is_intx(mdev_state) && !count &&
if (!(is_intx(mdev_state) || is_noirq(mdev_state)) ||
if (!is_intx(mdev_state)) {
return !is_intx(mdev_state) && !is_msi(mdev_state);
} else if (is_intx(mdev_state)) {