Lines Matching refs:xcrb
1013 struct ep11_urb *xcrb)
1025 trace_s390_zcrypt_req(xcrb, TP_ZSENDEP11CPRB);
1034 target_num = (unsigned short) xcrb->targets_num;
1048 uptr = (struct ep11_target_dev __force __user *) xcrb->targets;
1057 rc = get_ep11cprb_fc(userspace, xcrb, &ap_msg, &func_code);
1118 rc = pref_zq->ops->send_ep11_cprb(userspace, pref_zq, xcrb, &ap_msg);
1132 trace_s390_zcrypt_rep(xcrb, func_code, rc,
1137 long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb)
1139 return _zcrypt_send_ep11_cprb(false, &ap_perms, NULL, xcrb);
1545 struct ep11_urb xcrb;
1550 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb)))
1554 if (xcrb.req_len & (1ULL << 63)) {
1557 tr.fi.cmd = (u16)(xcrb.req_len >> 48);
1559 xcrb.req_len &= 0x0000FFFFFFFFFFFFULL;
1563 rc = _zcrypt_send_ep11_cprb(true, perms, &tr, &xcrb);
1574 rc = _zcrypt_send_ep11_cprb(true, perms, &tr, &xcrb);
1582 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb)))