Searched refs:AP_MKQID (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c732 apqn = AP_MKQID(apid, apqi);
831 AP_MKQID(apid, apqi));
953 AP_MKQID(apid, apqi));
964 q = vfio_ap_mdev_get_queue(matrix_mdev, AP_MKQID(apid, apqi));
1087 q = vfio_ap_mdev_get_queue(matrix_mdev, AP_MKQID(apid, apqi));
1218 AP_MKQID(apid, apqi));
2612 status = ap_test_queue(AP_MKQID(apid, apqi), 1, &info);
H A Dap_bus.c1643 status = ap_test_queue(AP_MKQID(card, dom),
1812 qid = AP_MKQID(ac->id, dom);
1989 qid = AP_MKQID(ap, dom);
/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);

Completed in 179 milliseconds