Lines Matching refs:xcrb
1012 struct ep11_urb *xcrb) in _zcrypt_send_ep11_cprb() argument
1024 trace_s390_zcrypt_req(xcrb, TP_ZSENDEP11CPRB); in _zcrypt_send_ep11_cprb()
1033 target_num = (unsigned short) xcrb->targets_num; in _zcrypt_send_ep11_cprb()
1047 uptr = (struct ep11_target_dev __force __user *) xcrb->targets; in _zcrypt_send_ep11_cprb()
1056 rc = get_ep11cprb_fc(userspace, xcrb, &ap_msg, &func_code); in _zcrypt_send_ep11_cprb()
1117 rc = pref_zq->ops->send_ep11_cprb(userspace, pref_zq, xcrb, &ap_msg); in _zcrypt_send_ep11_cprb()
1131 trace_s390_zcrypt_rep(xcrb, func_code, rc, in _zcrypt_send_ep11_cprb()
1136 long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() argument
1138 return _zcrypt_send_ep11_cprb(false, &ap_perms, NULL, xcrb); in zcrypt_send_ep11_cprb()
1544 struct ep11_urb xcrb; in zsendep11cprb_ioctl() local
1549 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zsendep11cprb_ioctl()
1553 if (xcrb.req_len & (1ULL << 63)) { in zsendep11cprb_ioctl()
1556 tr.fi.cmd = (u16)(xcrb.req_len >> 48); in zsendep11cprb_ioctl()
1558 xcrb.req_len &= 0x0000FFFFFFFFFFFFULL; in zsendep11cprb_ioctl()
1562 rc = _zcrypt_send_ep11_cprb(true, perms, &tr, &xcrb); in zsendep11cprb_ioctl()
1573 rc = _zcrypt_send_ep11_cprb(true, perms, &tr, &xcrb); in zsendep11cprb_ioctl()
1581 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zsendep11cprb_ioctl()