Home
last modified time | relevance | path

Searched refs:cprbx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c202 struct CPRBX cprbx; in icamex_msg_to_type6mex_msgx() member
233 msg->cprbx = static_cprbx; in icamex_msg_to_type6mex_msgx()
234 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid); in icamex_msg_to_type6mex_msgx()
235 msg->cprbx.rpl_msgbl = msg->hdr.fromcardlen1; in icamex_msg_to_type6mex_msgx()
239 msg->cprbx.req_parml = size - sizeof(msg->hdr) - sizeof(msg->cprbx); in icamex_msg_to_type6mex_msgx()
272 struct CPRBX cprbx; in icacrt_msg_to_type6crt_msgx() member
303 msg->cprbx = static_cprbx; in icacrt_msg_to_type6crt_msgx()
304 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid); in icacrt_msg_to_type6crt_msgx()
305 msg->cprbx.req_parml = msg->cprbx.rpl_msgbl = in icacrt_msg_to_type6crt_msgx()
306 size - sizeof(msg->hdr) - sizeof(msg->cprbx); in icacrt_msg_to_type6crt_msgx()
[all …]