Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/include/asm/
Dap.h23 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) macro
56 unsigned long reg0 = AP_MKQID(0, 0); in ap_instructions_available()
/Linux-v5.15/drivers/s390/crypto/
Dap_bus.c1407 status = ap_test_queue(AP_MKQID(card, dom), in ap_select_domain()
1531 qid = AP_MKQID(ac->id, dom); in ap_scan_domains()
1673 qid = AP_MKQID(ap, dom); in ap_scan_adapter()
Dvfio_ap_ops.c464 qid = AP_MKQID(*qres->apid, *qres->apqi); in vfio_ap_has_queue()
1270 q = vfio_ap_find_queue(AP_MKQID(apid, apqi)); in vfio_ap_mdev_reset_queues()