Linux Kernel
3.7.1
|
#include <zcrypt_error.h>
Data Fields | |
unsigned char | reserved1 |
unsigned char | type |
unsigned char | reserved2 [2] |
unsigned char | reply_code |
unsigned char | reserved3 [3] |
Reply Messages
Error reply messages are of two types: 82: Error (see below) 88: Error (see below) Both type 82 and type 88 have the same structure in the header.
Request reply messages are of three known types: 80: Reply from a Type 50 Request (see CEX2A-RELATED STRUCTS) 84: Reply from a Type 4 Request (see PCICA-RELATED STRUCTS) 86: Reply from a Type 6 Request (see PCICC/PCIXCC/CEX2C-RELATED STRUCTS)
Definition at line 47 of file zcrypt_error.h.
unsigned char reply_code |
Definition at line 51 of file zcrypt_error.h.
unsigned char reserved1 |
Definition at line 48 of file zcrypt_error.h.
unsigned char reserved2[2] |
Definition at line 50 of file zcrypt_error.h.
unsigned char reserved3[3] |
Definition at line 52 of file zcrypt_error.h.
Definition at line 49 of file zcrypt_error.h.