Searched defs:mly_command_generic (Results 1 – 1 of 1) sorted by relevance
1100 struct mly_command_generic { struct1101 u_int16_t command_id;1102 u_int8_t opcode;1103 struct mly_command_control command_control;1104 u_int32_t data_size;1105 u_int64_t sense_buffer_address;1106 union mly_command_address addr;1107 struct mly_timeout timeout;1108 u_int8_t maximum_sense_size;1109 u_int8_t res1[11];[all …]