Searched refs:t80h (Results 1 – 1 of 1) sorted by relevance
332 struct type80_hdr *t80h = reply->message; in convert_type80() local335 if (t80h->len < sizeof(*t80h) + outputdatalength) { in convert_type80()341 zdev->ap_dev->qid, zdev->online, t80h->code); in convert_type80()346 BUG_ON(t80h->len > CEX2A_MAX_RESPONSE_SIZE); in convert_type80()348 BUG_ON(t80h->len > CEX3A_MAX_RESPONSE_SIZE); in convert_type80()349 data = reply->message + t80h->len - outputdatalength; in convert_type80()394 struct type80_hdr *t80h; in zcrypt_cex2a_receive() local400 t80h = reply->message; in zcrypt_cex2a_receive()401 if (t80h->type == TYPE80_RSP_CODE) { in zcrypt_cex2a_receive()404 CEX2A_MAX_RESPONSE_SIZE, t80h->len); in zcrypt_cex2a_receive()[all …]