| /Linux-v5.4/drivers/usb/storage/ |
| D | cypress_atacb.c | 224 srb->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in cypress_atacb_passthrough() 228 srb->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in cypress_atacb_passthrough()
|
| /Linux-v5.4/include/scsi/ |
| D | scsi.h | 176 #define DRIVER_SENSE 0x08 macro
|
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_ioctl.c | 104 if (driver_byte(result) == DRIVER_SENSE && in ioctl_internal_command()
|
| D | myrb.c | 1454 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1472 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1486 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1496 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1513 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1526 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1543 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1560 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1576 scmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in myrb_ldev_queuecommand()
|
| D | sd.c | 1652 if (driver_byte(res) == DRIVER_SENSE) in sd_sync_cache() 1755 if (driver_byte(result) == DRIVER_SENSE && in sd_pr_command() 1997 if (driver_byte(result) != DRIVER_SENSE && in sd_done() 2102 ((driver_byte(the_result) == DRIVER_SENSE) && in sd_spinup_disk() 2105 if (driver_byte(the_result) != DRIVER_SENSE) { in sd_spinup_disk() 2231 if (driver_byte(the_result) == DRIVER_SENSE) in read_capacity_error() 3494 if (driver_byte(res) == DRIVER_SENSE) in sd_start_stop_device()
|
| D | scsi.c | 207 cmd->result |= (DRIVER_SENSE << 24); in scsi_finish_command()
|
| D | stex.c | 401 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in stex_invalid_field() 741 result |= DRIVER_SENSE << 24; in DEF_SCSI_QCMD() 752 result = DRIVER_SENSE << 24 | SAM_STAT_CHECK_CONDITION; in DEF_SCSI_QCMD()
|
| D | virtio_scsi.c | 165 set_driver_byte(sc, DRIVER_SENSE); in virtscsi_complete_cmd()
|
| D | ch.c | 203 if (driver_byte(result) == DRIVER_SENSE) { in ch_do_scsi()
|
| D | scsi_lib.c | 808 if (driver_byte(result) == DRIVER_SENSE) in scsi_io_completion_action() 2149 driver_byte(result) == DRIVER_SENSE) { in scsi_mode_sense()
|
| D | scsi_scan.c | 609 if (driver_byte(result) == DRIVER_SENSE && in scsi_probe_lun()
|
| D | sg.c | 507 (DRIVER_SENSE & hp->driver_status)) in sg_read() 578 (DRIVER_SENSE & hp->driver_status)) { in sg_new_read()
|
| D | mvumi.c | 1319 scmd->result |= (DRIVER_SENSE << 24); in mvumi_complete_cmd() 2070 scmd->result = (DID_OK << 16) | (DRIVER_SENSE << 24) | in mvumi_build_frame()
|
| D | scsi_transport_spi.c | 126 if (driver_byte(result) != DRIVER_SENSE || in spi_execute()
|
| D | vmw_pvscsi.c | 570 cmd->result |= (DRIVER_SENSE << 24); in pvscsi_complete_request()
|
| D | NCR5380.c | 529 set_driver_byte(cmd, DRIVER_SENSE); in complete_cmd()
|
| D | megaraid.c | 1582 cmd->result = (DRIVER_SENSE << 24) | in mega_cmd_done() 1592 cmd->result = (DRIVER_SENSE << 24) | in mega_cmd_done()
|
| /Linux-v5.4/include/trace/events/ |
| D | scsi.h | 138 scsi_driverbyte_name(DRIVER_SENSE))
|
| /Linux-v5.4/drivers/ata/ |
| D | libata-scsi.c | 345 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in ata_scsi_set_sense() 638 if (driver_byte(cmd_result) == DRIVER_SENSE) {/* sense data available */ in ata_cmd_ioctl() 719 if (driver_byte(cmd_result) == DRIVER_SENSE) {/* sense data available */ in ata_task_ioctl() 1079 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in ata_gen_passthru_sense() 1178 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in ata_gen_ata_sense() 4486 cmd->result = (DRIVER_SENSE << 24); in ata_scsi_simulate()
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_scsi.c | 2846 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_calc_bg_err() 2857 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_calc_bg_err() 2869 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_calc_bg_err() 2933 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_parse_bg_err() 2949 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_parse_bg_err() 2966 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_parse_bg_err()
|
| /Linux-v5.4/drivers/s390/scsi/ |
| D | zfcp_scsi.c | 839 set_driver_byte(scmd, DRIVER_SENSE); in zfcp_scsi_dif_sense_error()
|
| /Linux-v5.4/drivers/target/loopback/ |
| D | tcm_loop.c | 582 set_driver_byte(sc, DRIVER_SENSE); in tcm_loop_queue_status()
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_isr.c | 2216 set_driver_byte(cmd, DRIVER_SENSE); in qla2x00_handle_dif_error() 2226 set_driver_byte(cmd, DRIVER_SENSE); in qla2x00_handle_dif_error() 2236 set_driver_byte(cmd, DRIVER_SENSE); in qla2x00_handle_dif_error()
|
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | aic79xx_osm.c | 1943 cmd->result |= (DRIVER_SENSE << 24); in ahd_linux_handle_scsi_status() 2056 if ((cmd->result >> 24) != DRIVER_SENSE) { in ahd_linux_queue_cmd_complete()
|
| /Linux-v5.4/drivers/scsi/megaraid/ |
| D | megaraid_mbox.c | 2304 scp->result = DRIVER_SENSE << 24 | in megaraid_mbox_dpc() 2313 scp->result = DRIVER_SENSE << 24 | in megaraid_mbox_dpc()
|