Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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.c99 .sense = NOT_READY, in ses_recv_diag()
156 .sense = NOT_READY, in ses_send_diag()
H A Dsd.c1687 case NOT_READY: in media_not_present()
2408 .sense = NOT_READY, in sd_spinup_disk()
2473 if (sense_valid && sshdr.sense_key == NOT_READY) { in sd_spinup_disk()
2608 sense_valid && sshdr->sense_key == NOT_READY) in read_capacity_error()
2730 .sense = NOT_READY, in read_capacity_10()
H A Dscsi_ioctl.c101 case NOT_READY: /* This happens if there is no disc in drive */ in ioctl_internal_command()
H A Dscsi_error.c636 case NOT_READY: in scsi_check_sense()
H A Dscsi_debug.c2205 arr[1] = NOT_READY; in resp_requests()
2211 arr[2] = NOT_READY; /* NO_SENSE in sense_key */ in resp_requests()
8936 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x1); in resp_not_ready()
8954 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x2); in resp_not_ready()
H A Dscsi_lib.c857 case NOT_READY: in scsi_io_completion_action()
H A Dst.c171 #define NO_TAPE NOT_READY
1019 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()
H A Ddc395x.c3177 case NOT_READY: in srb_done()
/linux-6.15/drivers/ata/
H A Dlibata-zpodd.c112 if (!ret || sense_key != NOT_READY) in zpready()
H A Dlibata-scsi.c828 {0x37, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
831 {0x09, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
841 {0x08, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
992 ata_scsi_set_sense(dev, cmd, NOT_READY, 0x04, 0x21); in ata_gen_ata_sense()
/linux-6.15/include/scsi/
H A Dscsi_proto.h222 #define NOT_READY 0x02 macro
/linux-6.15/drivers/target/
H A Dtarget_core_transport.c3316 .key = NOT_READY
3439 .key = NOT_READY,
3463 .key = NOT_READY,
3468 .key = NOT_READY,
3473 .key = NOT_READY,
3478 .key = NOT_READY,
/linux-6.15/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-6.15/drivers/cdrom/
H A Dgdrom.c75 {NOT_READY, "Device not ready"},
/linux-6.15/drivers/usb/storage/
H A Disd200.c420 buf->Flags = NOT_READY; in isd200_build_sense()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1607 flow_flag_set(flow, NOT_READY); in unready_flow_add()
1617 flow_flag_clear(flow, NOT_READY); in unready_flow_del()
1646 if (flow_flag_test(flow, NOT_READY)) in remove_unready_flow()
/linux-6.15/drivers/scsi/mvsas/
H A Dmv_sas.c1491 mvs_fill_ssp_resp_iu(iu, NOT_READY, 0x04, 01); in mvs_slot_err()