Lines Matching refs:reply
195 struct ap_message *reply, in convert_type84() argument
199 struct type84_hdr *t84h = reply->message; in convert_type84()
212 data = reply->message + t84h->len - outputdatalength; in convert_type84()
219 struct ap_message *reply, in convert_response() argument
224 switch (((unsigned char *) reply->message)[1]) { in convert_response()
227 return convert_error(zdev, reply); in convert_response()
229 return convert_type84(zdev, reply, in convert_response()
251 struct ap_message *reply) in zcrypt_pcica_receive() argument
261 if (IS_ERR(reply)) { in zcrypt_pcica_receive()
265 t84h = reply->message; in zcrypt_pcica_receive()
268 memcpy(msg->message, reply->message, length); in zcrypt_pcica_receive()
270 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcica_receive()
385 ap_dev->reply = &zdev->reply; in zcrypt_pcica_probe()