Searched refs:t84h (Results 1 – 1 of 1) sorted by relevance
199 struct type84_hdr *t84h = reply->message; in convert_type84() local202 if (t84h->len < sizeof(*t84h) + outputdatalength) { in convert_type84()208 zdev->ap_dev->qid, zdev->online, t84h->code); in convert_type84()211 BUG_ON(t84h->len > PCICA_MAX_RESPONSE_SIZE); in convert_type84()212 data = reply->message + t84h->len - outputdatalength; in convert_type84()257 struct type84_hdr *t84h; in zcrypt_pcica_receive() local265 t84h = reply->message; in zcrypt_pcica_receive()266 if (t84h->code == TYPE84_RSP_CODE) { in zcrypt_pcica_receive()267 length = min(PCICA_MAX_RESPONSE_SIZE, (int) t84h->len); in zcrypt_pcica_receive()