/Linux-v5.4/drivers/ide/ |
D | ide-cd_verbose.c | 24 (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()
|
D | ide-cd_ioctl.c | 65 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()
|
D | ide-cd.c | 111 case NOT_READY: in cdrom_log_sense() 315 case NOT_READY: in cdrom_decode_status() 489 else if (sshdr->sense_key == NOT_READY && in ide_cd_queue_pc()
|
/Linux-v5.4/drivers/scsi/device_handler/ |
D | scsi_dh_hp_sw.c | 52 case NOT_READY: in tur_done() 138 case NOT_READY: in hp_sw_start_stop()
|
D | scsi_dh_alua.c | 412 case NOT_READY: in alua_check_sense() 488 if (sense_hdr.sense_key == NOT_READY && in alua_tur() 580 if (sense_hdr.sense_key == NOT_READY && in alua_rtpg()
|
D | scsi_dh_rdac.c | 500 case NOT_READY: in mode_select_handle_sense() 670 case NOT_READY: in rdac_check_sense()
|
D | scsi_dh_emc.c | 287 case NOT_READY: in clariion_check_sense()
|
/Linux-v5.4/drivers/scsi/ |
D | sr_ioctl.c | 219 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()
|
D | scsi_ioctl.c | 117 case NOT_READY: /* This happens if there is no disc in drive */ in ioctl_internal_command()
|
D | sd.c | 1533 case NOT_READY: in media_not_present() 2121 if (sense_valid && sshdr.sense_key == NOT_READY) { in sd_spinup_disk() 2241 sense_valid && sshdr->sense_key == NOT_READY) in read_capacity_error()
|
D | storvsc_drv.c | 1022 !(sense_hdr.sense_key == NOT_READY && in storvsc_command_completion()
|
D | scsi_error.c | 548 case NOT_READY: in scsi_check_sense()
|
D | gdth.c | 1679 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()
|
D | scsi_lib.c | 747 case NOT_READY: in scsi_io_completion_action()
|
/Linux-v5.4/include/scsi/ |
D | scsi_proto.h | 232 #define NOT_READY 0x02 macro
|
/Linux-v5.4/drivers/ata/ |
D | libata-zpodd.c | 112 if (!ret || sense_key != NOT_READY) in zpready()
|
D | libata-scsi.c | 957 {0x37, NOT_READY, 0x04, 0x00}, in ata_to_sense_error() 960 {0x09, NOT_READY, 0x04, 0x00}, in ata_to_sense_error() 970 {0x08, NOT_READY, 0x04, 0x00}, in ata_to_sense_error() 1183 ata_scsi_set_sense(dev, cmd, NOT_READY, 0x04, 0x21); in ata_gen_ata_sense()
|
/Linux-v5.4/drivers/scsi/aacraid/ |
D | aachba.c | 659 fsa_dev_ptr->sense_data.sense_key = NOT_READY; in _aac_probe_container2() 660 else if (fsa_dev_ptr->sense_data.sense_key == NOT_READY) in _aac_probe_container2() 2371 set_sense(&dev->fsa_dev[cid].sense_data, NOT_READY, in io_callback() 2874 NOT_READY)) { in aac_scsi_cmd() 3299 if (fsa_dev_ptr[cid].sense_data.sense_key == NOT_READY) { in aac_scsi_cmd() 3303 NOT_READY, SENCODE_BECOMING_READY, in aac_scsi_cmd()
|
/Linux-v5.4/drivers/cdrom/ |
D | gdrom.c | 76 {NOT_READY, "Device not ready"},
|
/Linux-v5.4/drivers/target/ |
D | target_core_transport.c | 3016 .key = NOT_READY 3103 .key = NOT_READY, 3141 .key = NOT_READY,
|
/Linux-v5.4/drivers/staging/rts5208/ |
D | rtsx_chip.h | 148 #define NOT_READY 0x02 /* Logical unit is not ready */ macro
|
/Linux-v5.4/drivers/scsi/cxlflash/ |
D | superpipe.c | 379 case NOT_READY: in read_cap16() 1795 case NOT_READY: in process_sense()
|
/Linux-v5.4/drivers/usb/storage/ |
D | isd200.c | 420 buf->Flags = NOT_READY; in isd200_build_sense()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 1105 flow_flag_set(flow, NOT_READY); in unready_flow_add() 1115 flow_flag_clear(flow, NOT_READY); in unready_flow_del() 1262 if (flow_flag_test(flow, NOT_READY)) { in mlx5e_tc_del_fdb_flow()
|
/Linux-v5.4/drivers/scsi/mvsas/ |
D | mv_sas.c | 1672 mvs_fill_ssp_resp_iu(iu, NOT_READY, 0x04, 01); in mvs_slot_err()
|