Searched refs:error_reply (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/crypto/ |
D | zcrypt_pcica.c | 245 static struct error_hdr error_reply = { in zcrypt_pcica_receive() local 254 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_pcica_receive() 262 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcica_receive()
|
D | zcrypt_pcicc.c | 447 static struct error_hdr error_reply = { in zcrypt_pcicc_receive() local 456 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_pcicc_receive() 466 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcicc_receive()
|
D | zcrypt_cex2a.c | 304 static struct error_hdr error_reply = { in zcrypt_cex2a_receive() local 313 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_cex2a_receive() 324 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_cex2a_receive()
|
D | zcrypt_pcixcc.c | 641 static struct error_hdr error_reply = { in zcrypt_pcixcc_receive() local 652 memcpy(msg->message, &error_reply, sizeof(error_reply)); in zcrypt_pcixcc_receive() 671 memcpy(msg->message, &error_reply, sizeof error_reply); in zcrypt_pcixcc_receive() 674 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcixcc_receive()
|