Searched refs:NO_SENSE (Results 1 – 19 of 19) sorted by relevance
| /linux-4.4.14/include/scsi/ |
| D | scsi_proto.h | 220 #define NO_SENSE 0x00 macro
|
| /linux-4.4.14/drivers/nvme/host/ |
| D | scsi.c | 355 sense_key = NO_SENSE; in nvme_trans_status_code() 2165 response[1] = NO_SENSE; in nvme_trans_request_sense() 2174 response[2] = NO_SENSE; /* FM, EOM, ILI, SDAT_OVFL = 0 */ in nvme_trans_request_sense() 2305 return nvme_trans_completion(hdr, SAM_STAT_GOOD, NO_SENSE, 0, 0); in nvme_trans_test_unit_ready()
|
| /linux-4.4.14/drivers/usb/storage/ |
| D | jumpshot.c | 635 info->sense_key = NO_SENSE; in jumpshot_transport()
|
| D | datafab.c | 710 info->sense_key = NO_SENSE; in datafab_transport()
|
| /linux-4.4.14/drivers/cdrom/ |
| D | gdrom.c | 89 {NO_SENSE, "OK"},
|
| /linux-4.4.14/drivers/scsi/ |
| D | st.c | 392 scode != NO_SENSE && in st_chk_result() 701 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in write_behind_check() 798 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush_write_buffer() 1396 (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_flush() 1827 (scode == NO_SENSE || scode == RECOVERED_ERROR)) { in st_write() 3016 if (cmdstatp->sense_hdr.sense_key == NO_SENSE || in st_int_ioctl()
|
| D | scsi_error.c | 506 case NO_SENSE: in scsi_check_sense()
|
| D | sd.c | 1801 case NO_SENSE: in sd_done()
|
| D | osst.c | 270 scode != NO_SENSE && in osst_chk_result() 3154 (SRpnt->sense[2] & 0x0f) == NO_SENSE) { in osst_flush_write_buffer()
|
| D | gdth.c | 2366 sd.key = NO_SENSE; in gdth_internal_cache_cmd()
|
| D | hpsa.c | 5348 (c->err_info->SenseInfo[2] == NO_SENSE || in hpsa_send_test_unit_ready()
|
| /linux-4.4.14/drivers/scsi/device_handler/ |
| D | scsi_dh_rdac.c | 548 case NO_SENSE: in mode_select_handle_sense()
|
| /linux-4.4.14/drivers/staging/rts5208/ |
| D | rtsx_chip.h | 155 #define NO_SENSE 0x00 /* not exist sense key */ macro
|
| /linux-4.4.14/drivers/scsi/cxlflash/ |
| D | superpipe.c | 353 case NO_SENSE: in read_cap16() 1722 case NO_SENSE: in process_sense()
|
| /linux-4.4.14/drivers/target/ |
| D | target_core_spc.c | 1184 scsi_build_sense_buffer(desc_format, buf, NO_SENSE, 0x0, 0x0); in spc_emulate_request_sense()
|
| /linux-4.4.14/drivers/ide/ |
| D | ide-cd.c | 107 case NO_SENSE: in cdrom_log_sense()
|
| /linux-4.4.14/drivers/scsi/aacraid/ |
| D | aachba.c | 637 fsa_dev_ptr->sense_data.sense_key = NO_SENSE; in _aac_probe_container2() 1845 dev->fsa_dev[cid].sense_data.sense_key = NO_SENSE; in io_callback()
|
| /linux-4.4.14/drivers/block/ |
| D | cciss_scsi.c | 1615 if (c->err_info->SenseInfo[2] == NO_SENSE) in wait_for_device_to_become_ready()
|
| D | skd_main.c | 2292 { 0x70, 0x02, NO_SENSE, 0x0B, 0x00, 0x1E, /* warnings */ 2294 { 0x70, 0x02, NO_SENSE, 0x5D, 0x00, 0x1E, /* thresholds */
|