Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dvfio_ap_ops.c438 struct vfio_ap_queue_reserved *qres = data; in vfio_ap_has_queue() local
443 if (qres->apid && qres->apqi) { in vfio_ap_has_queue()
444 qid = AP_MKQID(*qres->apid, *qres->apqi); in vfio_ap_has_queue()
446 qres->reserved = true; in vfio_ap_has_queue()
447 } else if (qres->apid && !qres->apqi) { in vfio_ap_has_queue()
449 if (id == *qres->apid) in vfio_ap_has_queue()
450 qres->reserved = true; in vfio_ap_has_queue()
451 } else if (!qres->apid && qres->apqi) { in vfio_ap_has_queue()
453 if (id == *qres->apqi) in vfio_ap_has_queue()
454 qres->reserved = true; in vfio_ap_has_queue()
[all …]