Lines Matching refs:reply
316 struct ap_message *reply, in convert_type86() argument
355 struct type86_reply *msg = reply->message; in convert_type86()
416 struct ap_message *reply, in convert_response() argument
420 struct type86_reply *msg = reply->message; in convert_response()
426 return convert_error(zdev, reply); in convert_response()
429 return convert_error(zdev, reply); in convert_response()
431 return convert_type86(zdev, reply, in convert_response()
454 struct ap_message *reply) in zcrypt_pcicc_receive() argument
464 if (IS_ERR(reply)) { in zcrypt_pcicc_receive()
468 t86r = reply->message; in zcrypt_pcicc_receive()
473 memcpy(msg->message, reply->message, length); in zcrypt_pcicc_receive()
475 memcpy(msg->message, reply->message, sizeof error_reply); in zcrypt_pcicc_receive()
592 ap_dev->reply = &zdev->reply; in zcrypt_pcicc_probe()