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