Home
last modified time | relevance | path

Searched refs:NOT_READY (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/drivers/ide/
Dide-cd_verbose.c23 (sense->sense_key == NOT_READY && (sense->asc == 4 || in ide_cd_log_error()
341 if (sense->sense_key == NOT_READY && (sense->sks[0] & 0x80)) { in ide_cd_log_error()
Dide-cd_ioctl.c64 if (sense.sense_key == NOT_READY && sense.asc == 0x04 in ide_cdrom_drive_status()
73 if (sense.sense_key == NOT_READY) { in ide_cdrom_drive_status()
172 if (stat != 0 && sense->sense_key == NOT_READY && sense->asc == 0x3a) in ide_cd_lockdoor()
Dide-cd.c110 case NOT_READY: in cdrom_log_sense()
306 case NOT_READY: in cdrom_decode_status()
481 else if (reqbuf->sense_key == NOT_READY && in ide_cd_queue_pc()
/linux-4.4.14/drivers/scsi/
Dsr_ioctl.c227 case NOT_READY: /* This happens if there is no disc in drive */ in sr_do_ioctl()
308 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
326 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
333 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04) in sr_drive_status()
Dscsi_ioctl.c116 case NOT_READY: /* This happens if there is no disc in drive */ in ioctl_internal_command()
Dsd.c1380 case NOT_READY: in media_not_present()
1912 if (sense_valid && sshdr.sense_key == NOT_READY) { in sd_spinup_disk()
2031 sense_valid && sshdr->sense_key == NOT_READY) in read_capacity_error()
Dfdomain.c1383 && !(key == NOT_READY in do_fdomain_16x0_intr()
Dscsi_error.c516 case NOT_READY: in scsi_check_sense()
Dosst.c133 #define NO_TAPE NOT_READY
4554 (SRpnt->sense[2] & 0x0f) == NOT_READY && in __os_scsi_tape_open()
4697 (SRpnt->sense[2] & 0x0f) == NOT_READY) in __os_scsi_tape_open()
4727 (SRpnt->sense[2] & 0x0f) == NOT_READY && in __os_scsi_tape_open()
Du14-34f.c1834 (SCpnt->sense_buffer[2] & 0xf) == NOT_READY))) in ihdlr()
Dgdth.c2128 nscp->sense_buffer[2] = NOT_READY; in gdth_next()
3384 scp->sense_buffer[2] = NOT_READY; in gdth_sync_event()
3398 scp->sense_buffer[2] = NOT_READY; in gdth_sync_event()
Deata.c2435 (SCpnt->sense_buffer[2] & 0xf) == NOT_READY))) in ihdlr()
Dscsi_lib.c994 case NOT_READY: in scsi_io_completion()
Dscsi_debug.c893 mk_sense_buffer(SCpnt, NOT_READY, LOGICAL_UNIT_NOT_READY, in check_readiness()
5248 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x2); in scsi_debug_queuecommand()
Dst.c165 #define NO_TAPE NOT_READY
1002 if (scode == NOT_READY) { in test_ready()
Ddc395x.c3337 case NOT_READY: in srb_done()
Dhpsa.c3503 sense_key != NOT_READY || in hpsa_volume_offline()
/linux-4.4.14/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c76 case NOT_READY: in tur_done()
173 case NOT_READY: in start_done()
Dscsi_dh_rdac.c553 case NOT_READY: in mode_select_handle_sense()
723 case NOT_READY: in rdac_check_sense()
Dscsi_dh_emc.c399 case NOT_READY: in clariion_check_sense()
Dscsi_dh_alua.c449 case NOT_READY: in alua_check_sense()
/linux-4.4.14/include/scsi/
Dscsi_proto.h222 #define NOT_READY 0x02 macro
/linux-4.4.14/drivers/ata/
Dlibata-zpodd.c97 if (!ret || sense_key != NOT_READY) in zpready()
Dlibata-scsi.c864 {0x37, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
867 {0x09, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
877 {0x08, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
/linux-4.4.14/drivers/scsi/aacraid/
Daachba.c635 fsa_dev_ptr->sense_data.sense_key = NOT_READY; in _aac_probe_container2()
636 else if (fsa_dev_ptr->sense_data.sense_key == NOT_READY) in _aac_probe_container2()
1850 set_sense(&dev->fsa_dev[cid].sense_data, NOT_READY, in io_callback()
2366 NOT_READY)) { in aac_scsi_cmd()
2761 if (fsa_dev_ptr[cid].sense_data.sense_key == NOT_READY) { in aac_scsi_cmd()
2765 NOT_READY, SENCODE_BECOMING_READY, in aac_scsi_cmd()
/linux-4.4.14/drivers/cdrom/
Dgdrom.c91 {NOT_READY, "Device not ready"},
/linux-4.4.14/drivers/target/
Dtarget_core_transport.c2736 .key = NOT_READY
2803 .key = NOT_READY,
2835 .key = NOT_READY,
/linux-4.4.14/drivers/staging/rts5208/
Drtsx_chip.h157 #define NOT_READY 0x02 /* Logical unit is not ready */ macro
/linux-4.4.14/drivers/scsi/cxlflash/
Dsuperpipe.c356 case NOT_READY: in read_cap16()
1725 case NOT_READY: in process_sense()
/linux-4.4.14/drivers/nvme/host/
Dscsi.c433 sense_key = NOT_READY; in nvme_trans_status_code()
2302 NOT_READY, SCSI_ASC_LUN_NOT_READY, in nvme_trans_test_unit_ready()
/linux-4.4.14/drivers/usb/storage/
Disd200.c431 buf->Flags = NOT_READY; in isd200_build_sense()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c1684 mvs_fill_ssp_resp_iu(iu, NOT_READY, 0x04, 01); in mvs_slot_err()
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971824 NOT_READY to a SUGGEST_ABORT. Fix timeout race where time might