Searched refs:t86r (Results 1 – 2 of 2) sorted by relevance
828 struct type86x_reply *t86r; in zcrypt_msgtype6_receive() local836 t86r = reply->message; in zcrypt_msgtype6_receive()837 if (t86r->hdr.type == TYPE86_RSP_CODE && in zcrypt_msgtype6_receive()838 t86r->cprbx.cprb_ver_id == 0x02) { in zcrypt_msgtype6_receive()842 + t86r->length - 2; in zcrypt_msgtype6_receive()847 length = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()879 struct type86_ep11_reply *t86r; in zcrypt_msgtype6_receive_ep11() local887 t86r = reply->message; in zcrypt_msgtype6_receive_ep11()888 if (t86r->hdr.type == TYPE86_RSP_CODE && in zcrypt_msgtype6_receive_ep11()889 t86r->cprbx.cprb_ver_id == 0x04) { in zcrypt_msgtype6_receive_ep11()[all …]
460 struct type86_reply *t86r; in zcrypt_pcicc_receive() local468 t86r = reply->message; in zcrypt_pcicc_receive()469 if (t86r->hdr.type == TYPE86_RSP_CODE && in zcrypt_pcicc_receive()470 t86r->cprb.cprb_ver_id == 0x01) { in zcrypt_pcicc_receive()471 length = sizeof(struct type86_reply) + t86r->length - 2; in zcrypt_pcicc_receive()