qres              438 drivers/s390/crypto/vfio_ap_ops.c 	struct vfio_ap_queue_reserved *qres = data;
qres              443 drivers/s390/crypto/vfio_ap_ops.c 	if (qres->apid && qres->apqi) {
qres              444 drivers/s390/crypto/vfio_ap_ops.c 		qid = AP_MKQID(*qres->apid, *qres->apqi);
qres              446 drivers/s390/crypto/vfio_ap_ops.c 			qres->reserved = true;
qres              447 drivers/s390/crypto/vfio_ap_ops.c 	} else if (qres->apid && !qres->apqi) {
qres              449 drivers/s390/crypto/vfio_ap_ops.c 		if (id == *qres->apid)
qres              450 drivers/s390/crypto/vfio_ap_ops.c 			qres->reserved = true;
qres              451 drivers/s390/crypto/vfio_ap_ops.c 	} else if (!qres->apid && qres->apqi) {
qres              453 drivers/s390/crypto/vfio_ap_ops.c 		if (id == *qres->apqi)
qres              454 drivers/s390/crypto/vfio_ap_ops.c 			qres->reserved = true;
qres              488 drivers/s390/crypto/vfio_ap_ops.c 	struct vfio_ap_queue_reserved qres;
qres              490 drivers/s390/crypto/vfio_ap_ops.c 	qres.apid = apid;
qres              491 drivers/s390/crypto/vfio_ap_ops.c 	qres.apqi = apqi;
qres              492 drivers/s390/crypto/vfio_ap_ops.c 	qres.reserved = false;
qres              495 drivers/s390/crypto/vfio_ap_ops.c 				     &qres, vfio_ap_has_queue);
qres              499 drivers/s390/crypto/vfio_ap_ops.c 	if (qres.reserved)