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

/linux-master/arch/s390/include/asm/
H A Dap.h26 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) macro
73 unsigned long reg0 = AP_MKQID(0, 0);
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c732 apqn = AP_MKQID(apid, apqi);
830 AP_MKQID(apid, apqi));
952 AP_MKQID(apid, apqi));
963 q = vfio_ap_mdev_get_queue(matrix_mdev, AP_MKQID(apid, apqi));
1086 q = vfio_ap_mdev_get_queue(matrix_mdev, AP_MKQID(apid, apqi));
1198 AP_MKQID(apid, apqi));
2420 status = ap_test_queue(AP_MKQID(apid, apqi), 1, &info);
H A Dap_bus.c1675 status = ap_test_queue(AP_MKQID(card, dom),
1844 qid = AP_MKQID(ac->id, dom);
2021 qid = AP_MKQID(ap, dom);

Completed in 143 milliseconds