Home
last modified time | relevance | path

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

/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c49 case NOT_READY: in tur_done()
141 .sense = NOT_READY, in hp_sw_start_stop()
169 case NOT_READY: in hp_sw_start_stop()
H A Dscsi_dh_alua.c434 case NOT_READY: in alua_check_sense()
517 if ((sense_hdr.sense_key == NOT_READY || in alua_tur()
620 if (sense_hdr.sense_key == NOT_READY && in alua_rtpg()
H A Dscsi_dh_rdac.c536 .sense = NOT_READY, in send_mode_select()
683 case NOT_READY: in rdac_check_sense()
H A Dscsi_dh_emc.c290 case NOT_READY: in clariion_check_sense()
/linux/drivers/scsi/
H A Dsr_ioctl.c228 case NOT_READY: /* This happens if there is no disc in drive */ in sr_do_ioctl()
307 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
325 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
332 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04) in sr_drive_status()
H A Dscsi_lib_test.c33 .sense = NOT_READY, in scsi_lib_test_multiple_sense()
100 scsi_build_sense(&sc, 0, NOT_READY, 0x11, 0x22); in scsi_lib_test_multiple_sense()
H A Dses.c98 .sense = NOT_READY, in ses_recv_diag()
155 .sense = NOT_READY, in ses_send_diag()
H A Dsd.c1729 case NOT_READY: in media_not_present()
2445 .sense = NOT_READY, in sd_spinup_disk()
2510 if (sense_valid && sshdr.sense_key == NOT_READY) { in sd_spinup_disk()
2645 sense_valid && sshdr->sense_key == NOT_READY) in read_capacity_error()
2767 .sense = NOT_READY, in read_capacity_10()
H A Dscsi_error.c645 case NOT_READY: in scsi_check_sense()
H A Dscsi_debug.c2240 arr[1] = NOT_READY; in resp_requests()
2246 arr[2] = NOT_READY; /* NO_SENSE in sense_key */ in resp_requests()
9034 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x1); in resp_not_ready()
9052 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x2); in resp_not_ready()
H A Dscsi_lib.c866 case NOT_READY: in scsi_io_completion_action()
H A Dst.c171 #define NO_TAPE NOT_READY
1020 if (scode == NOT_READY) { in test_ready()
H A Dmyrs.c893 (sshdr.sense_key == NOT_READY && in myrs_log_event()
H A Dmyrb.c2355 scsi_build_sense(scmd, 0, NOT_READY, 0x21, 0); in myrb_handle_scsi()
/linux/include/scsi/
H A Dscsi_proto.h222 #define NOT_READY 0x02 macro
/linux/drivers/ata/
H A Dlibata-zpodd.c112 if (!ret || sense_key != NOT_READY) in zpready()
H A Dlibata-scsi.c832 {0x37, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
835 {0x09, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
845 {0x08, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
991 ata_scsi_set_sense(dev, cmd, NOT_READY, 0x04, 0x21); in ata_gen_ata_sense()
/linux/drivers/target/
H A Dtarget_core_transport.c3328 .key = NOT_READY
3451 .key = NOT_READY,
3475 .key = NOT_READY,
3480 .key = NOT_READY,
3485 .key = NOT_READY,
3490 .key = NOT_READY,
/linux/drivers/scsi/aacraid/
H A Daachba.c672 fsa_dev_ptr->sense_data.sense_key = NOT_READY; in _aac_probe_container2()
673 else if (fsa_dev_ptr->sense_data.sense_key == NOT_READY) in _aac_probe_container2()
2378 set_sense(&dev->fsa_dev[cid].sense_data, NOT_READY, in io_callback()
2802 NOT_READY)) { in aac_scsi_cmd()
3211 if (fsa_dev_ptr[cid].sense_data.sense_key == NOT_READY) { in aac_scsi_cmd()
3214 NOT_READY, SENCODE_BECOMING_READY, in aac_scsi_cmd()
/linux/drivers/cdrom/
H A Dgdrom.c75 {NOT_READY, "Device not ready"},
/linux/drivers/usb/storage/
H A Disd200.c420 buf->Flags = NOT_READY; in isd200_build_sense()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1611 flow_flag_set(flow, NOT_READY); in unready_flow_add()
1621 flow_flag_clear(flow, NOT_READY); in unready_flow_del()
1650 if (flow_flag_test(flow, NOT_READY)) in remove_unready_flow()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c1491 mvs_fill_ssp_resp_iu(iu, NOT_READY, 0x04, 01); in mvs_slot_err()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c7684 else if (sense_info.skey == NOT_READY) { in _scsih_determine_disposition()