Searched refs:NO_SENSE (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/include/scsi/ |
D | scsi_proto.h | 212 #define NO_SENSE 0x00 macro
|
/linux-5.19.10/drivers/usb/storage/ |
D | jumpshot.c | 629 info->sense_key = NO_SENSE; in jumpshot_transport()
|
D | datafab.c | 703 info->sense_key = NO_SENSE; in datafab_transport()
|
/linux-5.19.10/drivers/cdrom/ |
D | gdrom.c | 73 {NO_SENSE, "OK"},
|
/linux-5.19.10/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 495 case NO_SENSE: in mode_select_handle_sense()
|
/linux-5.19.10/drivers/scsi/ |
D | st.c | 392 scode != NO_SENSE && in st_chk_result() 703 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in write_behind_check() 800 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush_write_buffer() 1395 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush() 1825 (scode == NO_SENSE || scode == RECOVERED_ERROR)) { in st_write() 3017 if (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_int_ioctl()
|
D | scsi_error.c | 582 case NO_SENSE: in scsi_check_sense()
|
D | myrs.c | 892 if (sshdr.sense_key == NO_SENSE || in myrs_log_event()
|
D | sd.c | 1988 case NO_SENSE: in sd_done()
|
D | myrb.c | 1402 scsi_build_sense(scmd, 0, NO_SENSE, 0, 0); in myrb_request_sense()
|
D | hpsa.c | 5937 (c->err_info->SenseInfo[2] == NO_SENSE || in hpsa_send_test_unit_ready()
|
/linux-5.19.10/drivers/staging/rts5208/ |
D | rtsx_chip.h | 146 #define NO_SENSE 0x00 /* not exist sense key */ macro
|
/linux-5.19.10/drivers/scsi/cxlflash/ |
D | superpipe.c | 375 case NO_SENSE: in read_cap16() 1790 case NO_SENSE: in process_sense()
|
/linux-5.19.10/drivers/target/ |
D | target_core_spc.c | 1227 scsi_build_sense_buffer(desc_format, buf, NO_SENSE, 0x0, 0x0); in spc_emulate_request_sense()
|
/linux-5.19.10/drivers/scsi/aacraid/ |
D | aachba.c | 674 fsa_dev_ptr->sense_data.sense_key = NO_SENSE; in _aac_probe_container2() 2375 dev->fsa_dev[cid].sense_data.sense_key = NO_SENSE; in io_callback()
|
/linux-5.19.10/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.c | 3058 rc = NO_SENSE; in ibmvscsis_fast_fail()
|