Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/device_handler/
A Dscsi_dh_hp_sw.c52 case NOT_READY: in tur_done()
138 case NOT_READY: in hp_sw_start_stop()
A Dscsi_dh_alua.c416 case NOT_READY: in alua_check_sense()
497 if (sense_hdr.sense_key == NOT_READY && in alua_tur()
599 if (sense_hdr.sense_key == NOT_READY && in alua_rtpg()
A Dscsi_dh_rdac.c500 case NOT_READY: in mode_select_handle_sense()
670 case NOT_READY: in rdac_check_sense()
A Dscsi_dh_emc.c287 case NOT_READY: in clariion_check_sense()
/linux/drivers/scsi/
A Dsr_ioctl.c219 case NOT_READY: /* This happens if there is no disc in drive */ in sr_do_ioctl()
298 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
316 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
323 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04) in sr_drive_status()
A Dses.c97 (sshdr.sense_key == NOT_READY || in ses_recv_diag()
138 (sshdr.sense_key == NOT_READY || in ses_send_diag()
A Dscsi_ioctl.c96 case NOT_READY: /* This happens if there is no disc in drive */ in ioctl_internal_command()
A Dsd.c1600 case NOT_READY: in media_not_present()
2212 if (sense_valid && sshdr.sense_key == NOT_READY) { in sd_spinup_disk()
2334 sense_valid && sshdr->sense_key == NOT_READY) in read_capacity_error()
A Dscsi_error.c592 case NOT_READY: in scsi_check_sense()
A Dscsi_debug.c1742 arr[1] = NOT_READY; in resp_requests()
1748 arr[2] = NOT_READY; /* NO_SENSE in sense_key */ in resp_requests()
7250 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x1); in resp_not_ready()
7268 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x2); in resp_not_ready()
A Dscsi_lib.c719 case NOT_READY: in scsi_io_completion_action()
A Dst.c169 #define NO_TAPE NOT_READY
1000 if (scode == NOT_READY) { in test_ready()
A Dmyrs.c895 (sshdr.sense_key == NOT_READY && in myrs_log_event()
A Dmyrb.c2356 scsi_build_sense(scmd, 0, NOT_READY, 0x21, 0); in myrb_handle_scsi()
/linux/include/scsi/
A Dscsi_proto.h214 #define NOT_READY 0x02 macro
/linux/drivers/ata/
A Dlibata-zpodd.c112 if (!ret || sense_key != NOT_READY) in zpready()
A Dlibata-scsi.c752 {0x37, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
755 {0x09, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
765 {0x08, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
973 ata_scsi_set_sense(dev, cmd, NOT_READY, 0x04, 0x21); in ata_gen_ata_sense()
/linux/drivers/target/
A Dtarget_core_transport.c3254 .key = NOT_READY
3377 .key = NOT_READY,
3401 .key = NOT_READY,
3406 .key = NOT_READY,
3411 .key = NOT_READY,
3416 .key = NOT_READY,
/linux/drivers/scsi/aacraid/
A Daachba.c671 fsa_dev_ptr->sense_data.sense_key = NOT_READY; in _aac_probe_container2()
672 else if (fsa_dev_ptr->sense_data.sense_key == NOT_READY) in _aac_probe_container2()
2376 set_sense(&dev->fsa_dev[cid].sense_data, NOT_READY, in io_callback()
2800 NOT_READY)) { in aac_scsi_cmd()
3209 if (fsa_dev_ptr[cid].sense_data.sense_key == NOT_READY) { in aac_scsi_cmd()
3212 NOT_READY, SENCODE_BECOMING_READY, in aac_scsi_cmd()
/linux/drivers/cdrom/
A Dgdrom.c76 {NOT_READY, "Device not ready"},
/linux/drivers/staging/rts5208/
A Drtsx_chip.h148 #define NOT_READY 0x02 /* Logical unit is not ready */ macro
/linux/drivers/scsi/cxlflash/
A Dsuperpipe.c377 case NOT_READY: in read_cap16()
1792 case NOT_READY: in process_sense()
/linux/drivers/usb/storage/
A Disd200.c420 buf->Flags = NOT_READY; in isd200_build_sense()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c1263 flow_flag_set(flow, NOT_READY); in unready_flow_add()
1273 flow_flag_clear(flow, NOT_READY); in unready_flow_del()
1595 if (flow_flag_test(flow, NOT_READY)) in mlx5e_tc_del_fdb_flow()
/linux/drivers/scsi/mvsas/
A Dmv_sas.c1670 mvs_fill_ssp_resp_iu(iu, NOT_READY, 0x04, 01); in mvs_slot_err()

Completed in 109 milliseconds

12