Lines Matching refs:xcrb
462 static long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() argument
473 trace_s390_zcrypt_req(xcrb, TP_ZSENDEP11CPRB); in zcrypt_send_ep11_cprb()
477 target_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb()
490 uptr = (struct ep11_target_dev __force __user *) xcrb->targets; in zcrypt_send_ep11_cprb()
498 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb()
542 rc = pref_zq->ops->send_ep11_cprb(pref_zq, xcrb, &ap_msg); in zcrypt_send_ep11_cprb()
552 trace_s390_zcrypt_rep(xcrb, func_code, rc, in zcrypt_send_ep11_cprb()
856 struct ep11_urb xcrb; in zcrypt_unlocked_ioctl() local
858 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()
861 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl()
866 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl()
870 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()