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

12

/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c49 case NOT_READY:
141 .sense = NOT_READY,
169 case NOT_READY:
H A Dscsi_dh_emc.c290 case NOT_READY:
H A Dscsi_dh_alua.c424 case NOT_READY:
505 if (sense_hdr.sense_key == NOT_READY &&
607 if (sense_hdr.sense_key == NOT_READY &&
H A Dscsi_dh_rdac.c536 .sense = NOT_READY,
683 case NOT_READY:
/linux-master/drivers/scsi/
H A Dsr_ioctl.c228 case NOT_READY: /* This happens if there is no disc in drive */
307 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY
325 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY
332 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04)
H A Dscsi_lib_test.c33 .sense = NOT_READY,
93 scsi_build_sense(&sc, 0, NOT_READY, 0x11, 0x22);
H A Dses.c99 .sense = NOT_READY,
156 .sense = NOT_READY,
H A Dsd.c1586 case NOT_READY:
2306 .sense = NOT_READY,
2371 if (sense_valid && sshdr.sense_key == NOT_READY) {
2504 sense_valid && sshdr->sense_key == NOT_READY)
2628 .sense = NOT_READY,
H A Dscsi_ioctl.c99 case NOT_READY: /* This happens if there is no disc in drive */
H A Dscsi_error.c624 case NOT_READY:
H A Dscsi_debug.c2071 arr[1] = NOT_READY;
2077 arr[2] = NOT_READY; /* NO_SENSE in sense_key */
7953 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x1);
7971 mk_sense_buffer(scp, NOT_READY, LOGICAL_UNIT_NOT_READY, 0x2);
H A Dscsi_lib.c851 case NOT_READY:
H A Dst.c169 #define NO_TAPE NOT_READY
1009 if (scode == NOT_READY) {
H A Ddc395x.c3177 case NOT_READY:
3179 "ReqSense: NOT_READY cmnd=0x%02x <%02i-%i> stat=%i scan=%i ",
/linux-master/drivers/ata/
H A Dlibata-zpodd.c112 if (!ret || sense_key != NOT_READY)
H A Dlibata-scsi.c748 {0x37, NOT_READY, 0x04, 0x00},
751 {0x09, NOT_READY, 0x04, 0x00},
761 {0x08, NOT_READY, 0x04, 0x00},
961 ata_scsi_set_sense(dev, cmd, NOT_READY, 0x04, 0x21);
/linux-master/include/scsi/
H A Dscsi_proto.h221 #define NOT_READY 0x02 macro
/linux-master/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-master/drivers/cdrom/
H A Dgdrom.c75 {NOT_READY, "Device not ready"},
/linux-master/drivers/scsi/aacraid/
H A Daachba.c672 fsa_dev_ptr->sense_data.sense_key = NOT_READY;
673 else if (fsa_dev_ptr->sense_data.sense_key == NOT_READY)
2380 set_sense(&dev->fsa_dev[cid].sense_data, NOT_READY,
2804 NOT_READY)) {
3213 if (fsa_dev_ptr[cid].sense_data.sense_key == NOT_READY) {
3216 NOT_READY, SENCODE_BECOMING_READY,
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c379 case NOT_READY:
1794 case NOT_READY:
/linux-master/drivers/staging/rts5208/
H A Drtsx_chip.h148 #define NOT_READY 0x02 /* Logical unit is not ready */ macro
/linux-master/drivers/usb/storage/
H A Disd200.c420 buf->Flags = NOT_READY;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1608 flow_flag_set(flow, NOT_READY);
1618 flow_flag_clear(flow, NOT_READY);
1647 if (flow_flag_test(flow, NOT_READY))
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c1501 mvs_fill_ssp_resp_iu(iu, NOT_READY, 0x04, 01);

Completed in 723 milliseconds

12