Home
last modified time | relevance | path

Searched refs:send_cprb (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.h79 long (*send_cprb)(bool userspace, struct zcrypt_queue *, struct ica_xcRB *, member
H A Dzcrypt_msgtype6.c1136 * device to handle a send_cprb request.
1139 * @xcRB: pointer to the send_cprb request buffer
1340 .send_cprb = zcrypt_msgtype6_send_cprb,
1349 .send_cprb = zcrypt_msgtype6_send_cprb,
H A Dzcrypt_api.c919 !zq->ops->send_cprb || in _zcrypt_send_cprb()
961 rc = pref_zq->ops->send_cprb(userspace, pref_zq, xcRB, &ap_msg); in _zcrypt_send_cprb()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_api.h76 long (*send_cprb)(bool userspace, struct zcrypt_queue *, struct ica_xcRB *, member
H A Dzcrypt_api.c918 if (!zq->online || !zq->ops->send_cprb || in _zcrypt_send_cprb()
954 rc = pref_zq->ops->send_cprb(userspace, pref_zq, xcrb, &ap_msg); in _zcrypt_send_cprb()
H A Dzcrypt_msgtype6.c1095 * device to handle a send_cprb request.
1098 * @xcrb: pointer to the send_cprb request buffer
1358 .send_cprb = zcrypt_msgtype6_send_cprb,

Completed in 12 milliseconds