/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | scsi.h | 150 #define DRIVER_SENSE 0x08 macro
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_ioctl.c | 104 if (driver_byte(result) == DRIVER_SENSE && in ioctl_internal_command()
|
D | myrb.c | 1455 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1473 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1487 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1497 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1514 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1527 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1544 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1561 scmd->result = (DRIVER_SENSE << 24) | in myrb_ldev_queuecommand() 1577 scmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in myrb_ldev_queuecommand()
|
D | sd.c | 1738 if (driver_byte(res) == DRIVER_SENSE) in sd_sync_cache() 1846 if (driver_byte(result) == DRIVER_SENSE && in sd_pr_command() 2090 if (driver_byte(result) != DRIVER_SENSE && in sd_done() 2195 ((driver_byte(the_result) == DRIVER_SENSE) && in sd_spinup_disk() 2198 if (driver_byte(the_result) != DRIVER_SENSE) { in sd_spinup_disk() 2326 if (driver_byte(the_result) == DRIVER_SENSE) in read_capacity_error() 3617 if (driver_byte(res) == DRIVER_SENSE) in sd_start_stop_device()
|
D | scsi.c | 193 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() 742 result |= DRIVER_SENSE << 24; in DEF_SCSI_QCMD() 753 result = DRIVER_SENSE << 24 | SAM_STAT_CHECK_CONDITION; in DEF_SCSI_QCMD()
|
D | sd_zbc.c | 119 if (driver_byte(result) == DRIVER_SENSE && in sd_zbc_do_report_zones()
|
D | virtio_scsi.c | 165 set_driver_byte(sc, DRIVER_SENSE); in virtscsi_complete_cmd()
|
D | scsi_lib.c | 820 if (driver_byte(result) == DRIVER_SENSE) in scsi_io_completion_action() 2129 driver_byte(result) == DRIVER_SENSE) { in scsi_mode_sense()
|
D | ch.c | 202 if (driver_byte(result) == DRIVER_SENSE) { in ch_do_scsi()
|
D | scsi_scan.c | 609 if (driver_byte(result) == DRIVER_SENSE && in scsi_probe_lun()
|
D | sg.c | 498 (DRIVER_SENSE & hp->driver_status)) in sg_read() 574 (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 | 130 if (driver_byte(result) != DRIVER_SENSE || in spi_execute()
|
D | vmw_pvscsi.c | 583 cmd->result |= (DRIVER_SENSE << 24); in pvscsi_complete_request()
|
D | NCR5380.c | 545 set_driver_byte(cmd, DRIVER_SENSE); in complete_cmd()
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | libata-scsi.c | 199 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in ata_scsi_set_sense() 412 if (driver_byte(cmd_result) == DRIVER_SENSE) {/* sense data available */ in ata_cmd_ioctl() 493 if (driver_byte(cmd_result) == DRIVER_SENSE) {/* sense data available */ in ata_task_ioctl() 861 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in ata_gen_passthru_sense() 960 cmd->result = (DRIVER_SENSE << 24) | SAM_STAT_CHECK_CONDITION; in ata_gen_ata_sense() 4220 cmd->result = (DRIVER_SENSE << 24); in ata_scsi_simulate()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | scsi.h | 138 scsi_driverbyte_name(DRIVER_SENSE))
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 2850 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_calc_bg_err() 2861 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_calc_bg_err() 2873 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_calc_bg_err() 2937 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_parse_bg_err() 2953 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_parse_bg_err() 2970 cmd->result = DRIVER_SENSE << 24 | DID_ABORT << 16 | in lpfc_parse_bg_err()
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
D | zfcp_scsi.c | 861 set_driver_byte(scmd, DRIVER_SENSE); in zfcp_scsi_dif_sense_error()
|
/kernel/linux/linux-5.10/drivers/target/loopback/ |
D | tcm_loop.c | 566 set_driver_byte(sc, DRIVER_SENSE); in tcm_loop_queue_data_or_status()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.c | 1931 cmd->result |= (DRIVER_SENSE << 24); in ahd_linux_handle_scsi_status() 2044 if ((cmd->result >> 24) != DRIVER_SENSE) { in ahd_linux_queue_cmd_complete()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_isr.c | 2663 set_driver_byte(cmd, DRIVER_SENSE); in qla2x00_handle_dif_error() 2673 set_driver_byte(cmd, DRIVER_SENSE); in qla2x00_handle_dif_error() 2683 set_driver_byte(cmd, DRIVER_SENSE); in qla2x00_handle_dif_error()
|
/kernel/linux/linux-5.10/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()
|