Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dap.h23 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) macro
56 register unsigned long reg0 asm ("0") = AP_MKQID(0, 0); in ap_instructions_available()
/Linux-v5.4/drivers/s390/crypto/
Dvfio_ap_ops.c444 qid = AP_MKQID(*qres->apid, *qres->apqi); in vfio_ap_has_queue()
1136 int apqn = AP_MKQID(apid, apqi); in vfio_ap_mdev_reset_queue()
1180 vfio_ap_irq_disable_apqn(AP_MKQID(apid, apqi)); in vfio_ap_mdev_reset_queues()
Dap_bus.c1294 status = ap_test_queue(AP_MKQID(j, i), in ap_select_domain()
1420 qid = AP_MKQID(id, dom); in _ap_scan_bus_adapter()
1457 qid = AP_MKQID(id, dom); in _ap_scan_bus_adapter()
Dzcrypt_api.c916 if (AP_MKQID(targets->ap_id, targets->dom_id) == dev_qid) in is_desired_ep11_queue()