Home
last modified time | relevance | path

Searched refs:NO_SENSE (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/scsi/
H A Dutils.c157 .key = NO_SENSE , .asc = 0x00 , .ascq = 0x00
342 return scsi_build_sense_buf(buf, len, SENSE_CODE(NO_SENSE), fixed); in scsi_convert_sense()
358 case NO_SENSE: in scsi_sense_is_guest_recoverable()
395 case NO_SENSE: in scsi_sense_to_errno()
H A Dqemu-pr-helper.c357 scsi_build_sense(sense, SENSE_CODE(NO_SENSE)); in mpath_reconstruct_sense()
/openbmc/qemu/include/scsi/
H A Dconstants.h188 #define NO_SENSE 0x00 macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h217 #define NO_SENSE 0x00 macro
/openbmc/qemu/hw/ufs/
H A Dlu.c223 len = scsi_build_sense_buf(outbuf, sizeof(outbuf), SENSE_CODE(NO_SENSE), in ufs_emulate_scsi_cmd()
/openbmc/linux/drivers/usb/storage/
H A Djumpshot.c629 info->sense_key = NO_SENSE; in jumpshot_transport()
H A Ddatafab.c703 info->sense_key = NO_SENSE; in datafab_transport()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c301 scsi_device_purge_requests(dev, SENSE_CODE(NO_SENSE)); in scsi_qdev_unrealize()
432 *ua = SENSE_CODE(NO_SENSE); in scsi_fetch_unit_attention_sense()
842 *ua = SENSE_CODE(NO_SENSE); in scsi_clear_reported_luns_changed()
H A Dmegasas.c1756 megasas_write_sense(cmd, SENSE_CODE(NO_SENSE)); in megasas_handle_scsi()
1831 megasas_write_sense(cmd, SENSE_CODE(NO_SENSE)); in megasas_handle_io()
2273 sdev->unit_attention = SENSE_CODE(NO_SENSE); in megasas_soft_reset()
H A Dscsi-disk.c197 SCSISense sense = SENSE_CODE(NO_SENSE); in scsi_handle_rw_error()
/openbmc/linux/drivers/cdrom/
H A Dgdrom.c73 {NO_SENSE, "OK"},
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c495 case NO_SENSE: in mode_select_handle_sense()
/openbmc/linux/drivers/scsi/
H A Dst.c392 scode != NO_SENSE && in st_chk_result()
707 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in write_behind_check()
804 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush_write_buffer()
1399 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush()
1829 (scode == NO_SENSE || scode == RECOVERED_ERROR)) { in st_write()
3021 if (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_int_ioctl()
H A Dscsi_error.c591 case NO_SENSE: in scsi_check_sense()
H A Dmyrs.c892 if (sshdr.sense_key == NO_SENSE || in myrs_log_event()
H A Dmyrb.c1402 scsi_build_sense(scmd, 0, NO_SENSE, 0, 0); in myrb_request_sense()
H A Dsd.c2180 case NO_SENSE: in sd_done()
H A Dhpsa.c5937 (c->err_info->SenseInfo[2] == NO_SENSE || in hpsa_send_test_unit_ready()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_chip.h146 #define NO_SENSE 0x00 /* not exist sense key */ macro
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.c377 case NO_SENSE: in read_cap16()
1792 case NO_SENSE: in process_sense()
/openbmc/qemu/hw/ide/
H A Datapi.c701 s->sense_key = NO_SENSE; in cmd_request_sense()
/openbmc/linux/drivers/target/
H A Dtarget_core_spc.c1228 scsi_build_sense_buffer(desc_format, buf, NO_SENSE, 0x0, 0x0); in spc_emulate_request_sense()
/openbmc/linux/drivers/scsi/aacraid/
H A Daachba.c674 fsa_dev_ptr->sense_data.sense_key = NO_SENSE; in _aac_probe_container2()
2376 dev->fsa_dev[cid].sense_data.sense_key = NO_SENSE; in io_callback()
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c3058 rc = NO_SENSE; in ibmvscsis_fast_fail()