Lines Matching defs:mly_command_scsi_small
1116 struct mly_command_scsi_small { struct
1117 u_int16_t command_id;
1118 u_int8_t opcode;
1119 struct mly_command_control command_control;
1120 u_int32_t data_size;
1121 u_int64_t sense_buffer_address;
1122 union mly_command_address addr;
1123 struct mly_timeout timeout;
1124 u_int8_t maximum_sense_size;
1125 u_int8_t cdb_length;
1126 u_int8_t cdb[MLY_CMD_SCSI_SMALL_CDB];
1127 union mly_command_transfer transfer;