Lines Matching +full:0 +full:x23
34 unsigned char reserved1; /* 0x00 */
35 unsigned char type; /* 0x82 or 0x88 */
36 unsigned char reserved2[2]; /* 0x0000 */
38 unsigned char reserved3[3]; /* 0x000000 */
41 #define TYPE82_RSP_CODE 0x82
42 #define TYPE88_RSP_CODE 0x88
44 #define REP82_ERROR_MACHINE_FAILURE 0x10
45 #define REP82_ERROR_PREEMPT_FAILURE 0x12
46 #define REP82_ERROR_CHECKPT_FAILURE 0x14
47 #define REP82_ERROR_MESSAGE_TYPE 0x20
48 #define REP82_ERROR_INVALID_COMM_CD 0x21 /* Type 84 */
49 #define REP82_ERROR_INVALID_MSG_LEN 0x23
50 #define REP82_ERROR_RESERVD_FIELD 0x24 /* was 0x50 */
51 #define REP82_ERROR_FORMAT_FIELD 0x29
52 #define REP82_ERROR_INVALID_COMMAND 0x30
53 #define REP82_ERROR_MALFORMED_MSG 0x40
54 #define REP82_ERROR_INVALID_SPECIAL_CMD 0x41
55 #define REP82_ERROR_RESERVED_FIELDO 0x50 /* old value */
56 #define REP82_ERROR_WORD_ALIGNMENT 0x60
57 #define REP82_ERROR_MESSAGE_LENGTH 0x80
58 #define REP82_ERROR_OPERAND_INVALID 0x82
59 #define REP82_ERROR_OPERAND_SIZE 0x84
60 #define REP82_ERROR_EVEN_MOD_IN_OPND 0x85
61 #define REP82_ERROR_RESERVED_FIELD 0x88
62 #define REP82_ERROR_INVALID_DOMAIN_PENDING 0x8A
63 #define REP82_ERROR_FILTERED_BY_HYPERVISOR 0x8B
64 #define REP82_ERROR_TRANSPORT_FAIL 0x90
65 #define REP82_ERROR_PACKET_TRUNCATED 0xA0
66 #define REP82_ERROR_ZERO_BUFFER_LEN 0xB0
68 #define REP88_ERROR_MODULE_FAILURE 0x10
69 #define REP88_ERROR_MESSAGE_TYPE 0x20
70 #define REP88_ERROR_MESSAGE_MALFORMD 0x22
71 #define REP88_ERROR_MESSAGE_LENGTH 0x23
72 #define REP88_ERROR_RESERVED_FIELD 0x24
73 #define REP88_ERROR_KEY_TYPE 0x34
74 #define REP88_ERROR_INVALID_KEY 0x82 /* CEX2A */
75 #define REP88_ERROR_OPERAND 0x84 /* CEX2A */
76 #define REP88_ERROR_OPERAND_EVEN_MOD 0x85 /* CEX2A */
86 case REP82_ERROR_INVALID_MSG_LEN: /* 0x23 */ in convert_error()
87 case REP82_ERROR_RESERVD_FIELD: /* 0x24 */ in convert_error()
88 case REP82_ERROR_FORMAT_FIELD: /* 0x29 */ in convert_error()
89 case REP82_ERROR_MALFORMED_MSG: /* 0x40 */ in convert_error()
90 case REP82_ERROR_INVALID_SPECIAL_CMD: /* 0x41 */ in convert_error()
91 case REP82_ERROR_MESSAGE_LENGTH: /* 0x80 */ in convert_error()
92 case REP82_ERROR_OPERAND_INVALID: /* 0x82 */ in convert_error()
93 case REP82_ERROR_OPERAND_SIZE: /* 0x84 */ in convert_error()
94 case REP82_ERROR_EVEN_MOD_IN_OPND: /* 0x85 */ in convert_error()
95 case REP82_ERROR_INVALID_DOMAIN_PENDING: /* 0x8A */ in convert_error()
96 case REP82_ERROR_FILTERED_BY_HYPERVISOR: /* 0x8B */ in convert_error()
97 case REP82_ERROR_PACKET_TRUNCATED: /* 0xA0 */ in convert_error()
98 case REP88_ERROR_MESSAGE_MALFORMD: /* 0x22 */ in convert_error()
99 case REP88_ERROR_KEY_TYPE: /* 0x34 */ in convert_error()
102 "dev=%02x.%04x RY=0x%02x => rc=EINVAL\n", in convert_error()
105 case REP82_ERROR_MACHINE_FAILURE: /* 0x10 */ in convert_error()
106 case REP82_ERROR_MESSAGE_TYPE: /* 0x20 */ in convert_error()
107 case REP82_ERROR_TRANSPORT_FAIL: /* 0x90 */ in convert_error()
123 "dev=%02x.%04x RY=0x%02x apfs=0x%x => bus rescan, rc=EAGAIN\n", in convert_error()
127 "dev=%02x.%04x RY=0x%02x => bus rescan, rc=EAGAIN\n", in convert_error()
133 "dev=%02x.%04x RY=0x%02x => rc=EAGAIN\n", in convert_error()