Linux Kernel
3.7.1
|
#include <zcrypt_msgtype6.h>
Data Fields | |
unsigned char | reserved1 |
unsigned char | type |
unsigned char | format |
unsigned char | reserved2 |
unsigned char | reply_code |
unsigned char | reserved3 [3] |
The type 86 message family is associated with PCICC and PCIXCC cards.
It contains a message header followed by a CPRB. The CPRB is the same as the request CPRB, which is described above.
If format is 1, an error condition exists and no data beyond the 8-byte message header is of interest.
The non-error message is shown below.
Note that all reserved fields must be zeroes.
Definition at line 92 of file zcrypt_msgtype6.h.
Definition at line 95 of file zcrypt_msgtype6.h.
unsigned char reply_code |
Definition at line 97 of file zcrypt_msgtype6.h.
unsigned char reserved1 |
Definition at line 93 of file zcrypt_msgtype6.h.
unsigned char reserved2 |
Definition at line 96 of file zcrypt_msgtype6.h.
unsigned char reserved3 |
Definition at line 98 of file zcrypt_msgtype6.h.
Definition at line 94 of file zcrypt_msgtype6.h.