Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/ide/
Dide-cd_verbose.c24 (sense->sense_key == NOT_READY && (sense->asc == 4 || in ide_cd_log_error()
342 if (sense->sense_key == NOT_READY && (sense->sks[0] & 0x80)) { in ide_cd_log_error()
Dide-cd_ioctl.c65 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04 in ide_cdrom_drive_status()
74 if (sshdr.sense_key == NOT_READY) { in ide_cdrom_drive_status()
169 if (stat != 0 && sshdr.sense_key == NOT_READY && sshdr.asc == 0x3a) in ide_cd_lockdoor()
Dide-cd.c112 case NOT_READY: in cdrom_log_sense()
316 case NOT_READY: in cdrom_decode_status()
490 else if (sshdr->sense_key == NOT_READY && in ide_cd_queue_pc()
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c52 case NOT_READY: in tur_done()
138 case NOT_READY: in hp_sw_start_stop()
Dscsi_dh_alua.c412 case NOT_READY: in alua_check_sense()
488 if (sense_hdr.sense_key == NOT_READY && in alua_tur()
582 if (sense_hdr.sense_key == NOT_READY && in alua_rtpg()
Dscsi_dh_rdac.c500 case NOT_READY: in mode_select_handle_sense()
670 case NOT_READY: in rdac_check_sense()
Dscsi_dh_emc.c287 case NOT_READY: in clariion_check_sense()
/kernel/linux/linux-5.10/drivers/scsi/
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()
Dscsi_ioctl.c117 case NOT_READY: /* This happens if there is no disc in drive */ in ioctl_internal_command()
Dses.c97 (sshdr.sense_key == NOT_READY || in ses_recv_diag()
138 (sshdr.sense_key == NOT_READY || in ses_send_diag()
Dsd.c1618 case NOT_READY: in media_not_present()
2213 if (sense_valid && sshdr.sense_key == NOT_READY) { in sd_spinup_disk()
2335 sense_valid && sshdr->sense_key == NOT_READY) in read_capacity_error()
Dstorvsc_drv.c1094 !(sense_hdr.sense_key == NOT_READY && in storvsc_command_completion()
Dscsi_error.c556 case NOT_READY: in scsi_check_sense()
Dgdth.c1679 nscp->sense_buffer[2] = NOT_READY; in gdth_next()
2804 scp->sense_buffer[2] = NOT_READY; in gdth_sync_event()
2818 scp->sense_buffer[2] = NOT_READY; in gdth_sync_event()
Dscsi_debug.c1741 arr[1] = NOT_READY; in resp_requests()
1747 arr[2] = NOT_READY; /* NO_SENSE in sense_key */ in resp_requests()
7194 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x1); in resp_not_ready()
7212 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x2); in resp_not_ready()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_proto.h232 #define NOT_READY 0x02 macro
/kernel/linux/linux-5.10/drivers/ata/
Dlibata-zpodd.c112 if (!ret || sense_key != NOT_READY) in zpready()
Dlibata-scsi.c739 {0x37, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
742 {0x09, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
752 {0x08, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
965 ata_scsi_set_sense(dev, cmd, NOT_READY, 0x04, 0x21); in ata_gen_ata_sense()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
Daachba.c660 fsa_dev_ptr->sense_data.sense_key = NOT_READY; in _aac_probe_container2()
661 else if (fsa_dev_ptr->sense_data.sense_key == NOT_READY) in _aac_probe_container2()
2374 set_sense(&dev->fsa_dev[cid].sense_data, NOT_READY, in io_callback()
2805 NOT_READY)) { in aac_scsi_cmd()
3230 if (fsa_dev_ptr[cid].sense_data.sense_key == NOT_READY) { in aac_scsi_cmd()
3234 NOT_READY, SENCODE_BECOMING_READY, in aac_scsi_cmd()
/kernel/linux/linux-5.10/drivers/cdrom/
Dgdrom.c76 {NOT_READY, "Device not ready"},
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_transport.c3143 .key = NOT_READY
3230 .key = NOT_READY,
3268 .key = NOT_READY,
/kernel/linux/linux-5.10/drivers/staging/rts5208/
Drtsx_chip.h148 #define NOT_READY 0x02 /* Logical unit is not ready */ macro
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
Dsuperpipe.c378 case NOT_READY: in read_cap16()
1793 case NOT_READY: in process_sense()
/kernel/linux/linux-5.10/drivers/usb/storage/
Disd200.c420 buf->Flags = NOT_READY; in isd200_build_sense()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1298 flow_flag_set(flow, NOT_READY); in unready_flow_add()
1308 flow_flag_clear(flow, NOT_READY); in unready_flow_del()
1472 if (flow_flag_test(flow, NOT_READY)) in mlx5e_tc_del_fdb_flow()

12