Lines Matching +full:reset +full:- +full:names
43 return -1; in scsi_cdb_xfer()
49 uint8_t *buf = cmd->buf; in scsi_cmd_lba()
65 lba = -1; in scsi_cmd_lba()
90 cdb_len = -1; in scsi_cdb_length()
290 /* Unit attention, Power on, reset or bus device reset occurred */
295 /* Unit attention, SCSI bus reset */
315 /* Unit attention, Device internal reset */
459 static const char *names[] = { in scsi_command_name() local
577 if (cmd >= ARRAY_SIZE(names) || names[cmd] == NULL) { in scsi_command_name()
580 return names[cmd]; in scsi_command_name()
599 * - scsi_check_sense and scsi_decide_disposition in drivers/scsi/scsi_error.c in scsi_sense_from_errno()
600 * - scsi_result_to_blk_status in drivers/scsi/scsi_lib.c in scsi_sense_from_errno()
601 * - blk_errors[] in block/blk-core.c in scsi_sense_from_errno()
649 *sense = SENSE_CODE(RESET); in scsi_sense_from_host_status()