| /linux/include/scsi/ |
| A D | scsi.h | 126 #define host_byte(result) (((result) >> 16) & 0xff) macro 207 if (host_byte(status) == DID_NO_CONNECT) in scsi_status_is_good()
|
| /linux/drivers/scsi/ |
| A D | scsi_bsg.c | 67 hdr->transport_status = host_byte(scmd->result); in scsi_bsg_sg_io_fn()
|
| A D | constants.c | 411 enum scsi_host_status hb = host_byte(result); in scsi_hostbyte_string()
|
| A D | scsi_error.c | 796 if (host_byte(scmd->result) == DID_RESET) { in scsi_eh_completed_normally() 805 if (host_byte(scmd->result) != DID_OK) in scsi_eh_completed_normally() 1829 switch (host_byte(scmd->result)) { in scsi_noretry_cmd() 1896 switch (host_byte(scmd->result)) { in scsi_decide_disposition()
|
| A D | scsi_lib.c | 221 if (host_byte(scmd->result) && in scsi_check_passthrough() 222 host_byte(scmd->result) == host_byte(failure->result)) in scsi_check_passthrough() 699 switch (host_byte(result)) { in scsi_result_to_blk_status() 795 if (host_byte(result) == DID_RESET) { in scsi_io_completion_action()
|
| A D | scsi_logging.c | 425 "hostbyte=0x%02x ", host_byte(cmd->result)); in scsi_print_result()
|
| A D | sd.c | 1750 if (retval < 0 || host_byte(retval)) { in sd_check_events() 1837 switch (host_byte(res)) { in sd_sync_cache() 1902 switch (host_byte(result)) { in sd_scsi_to_pr_err() 2193 host_byte(scmd->result) != DID_TIME_OUT || in sd_eh_action() 4437 msg, host_byte(result), "DRIVER_OK"); in sd_print_result()
|
| A D | scsi_ioctl.c | 384 hdr->host_status = host_byte(scmd->result); in scsi_complete_sghdr_rq()
|
| A D | aha152x.c | 641 unsigned char host_byte); 1302 unsigned char host_byte) in done() argument 1313 set_host_byte(DONE_SC, host_byte); in done()
|
| A D | esp_scsi.c | 899 struct scsi_cmnd *cmd, unsigned char host_byte) in esp_cmd_is_done() argument 909 set_host_byte(cmd, host_byte); in esp_cmd_is_done() 910 if (host_byte == DID_OK) in esp_cmd_is_done()
|
| A D | virtio_scsi.c | 364 } else if (result > 0 && host_byte(result) == DID_BAD_TARGET) { in virtscsi_rescan_hotunplug()
|
| A D | scsi_debug.c | 330 unsigned char host_byte; member 1044 err->host_byte, err->driver_byte, in sdebug_error_show() 1109 &inject->host_byte, &inject->driver_byte, in sdebug_error_write() 8501 result = err->status_byte | err->host_byte << 16 | err->driver_byte << 24; in sdebug_fail_cmd() 8586 opcode, err.host_byte, err.driver_byte, in scsi_debug_queuecommand()
|
| A D | sg.c | 1358 srp->header.host_status = host_byte(result); in sg_rq_end_io()
|
| A D | st.c | 389 result, host_byte(result)); in st_chk_result()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| A D | sym_glue.h | 237 return host_byte(cmd->result); in sym_get_cam_status()
|
| /linux/block/ |
| A D | bsg-lib.c | 102 hdr->transport_status = host_byte(job->result); in bsg_transport_sg_io_fn()
|
| /linux/drivers/scsi/smartpqi/ |
| A D | smartpqi_init.c | 3162 u8 host_byte; in pqi_process_raid_io_error() local 3176 host_byte = DID_OK; in pqi_process_raid_io_error() 3187 host_byte = DID_SOFT_ERROR; in pqi_process_raid_io_error() 3191 host_byte = DID_ABORT; in pqi_process_raid_io_error() 3194 host_byte = DID_TIME_OUT; in pqi_process_raid_io_error() 3213 host_byte = DID_ERROR; in pqi_process_raid_io_error() 3239 host_byte = DID_NO_CONNECT; in pqi_process_raid_io_error() 3259 host_byte == DID_OK && in pqi_process_raid_io_error() 3265 host_byte = DID_NO_CONNECT; in pqi_process_raid_io_error() 3277 u8 host_byte; in pqi_process_aio_io_error() local [all …]
|
| /linux/drivers/target/ |
| A D | target_core_pscsi.c | 1021 switch (host_byte(scmd->result)) { in pscsi_req_done()
|
| /linux/drivers/scsi/device_handler/ |
| A D | scsi_dh_alua.c | 595 if (host_byte(retval) == DID_NO_CONNECT) in alua_rtpg()
|
| /linux/drivers/xen/ |
| A D | xen-scsiback.c | 226 host_byte(errors)); in scsiback_print_status()
|
| /linux/drivers/scsi/libfc/ |
| A D | fc_fcp.c | 2034 if (host_byte(sc_cmd->result) == DID_TIME_OUT) in fc_io_compl()
|
| /linux/drivers/scsi/bnx2fc/ |
| A D | bnx2fc_io.c | 204 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries, in bnx2fc_scsi_done()
|
| /linux/drivers/scsi/csiostor/ |
| A D | csio_scsi.c | 1992 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler()
|
| /linux/Documentation/scsi/ |
| A D | scsi_mid_low_api.rst | 1177 host_byte() macros and related constants.
|
| /linux/drivers/ufs/core/ |
| A D | ufshcd.c | 5445 if ((host_byte(result) != DID_OK) && in ufshcd_transfer_rsp_status() 5446 (host_byte(result) != DID_REQUEUE) && !hba->silence_err_logs) in ufshcd_transfer_rsp_status()
|