Home
last modified time | relevance | path

Searched refs:host_byte (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h237 return host_byte(cmd->result); in sym_get_cam_status()
/linux/drivers/scsi/
H A Dconstants.c411 enum scsi_host_status hb = host_byte(result); in scsi_hostbyte_string()
H A Dscsi_error.c828 if (host_byte(scmd->result) == DID_RESET) { in scsi_eh_completed_normally()
837 if (host_byte(scmd->result) != DID_OK) in scsi_eh_completed_normally()
1885 switch (host_byte(scmd->result)) { in scsi_noretry_cmd()
1952 switch (host_byte(scmd->result)) { in scsi_decide_disposition()
H A Dscsi_logging.c424 "hostbyte=0x%02x ", host_byte(cmd->result)); in scsi_print_result()
H A Desp_scsi.c899 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()
H A Dscsi_debug.c373 unsigned char host_byte; member
1136 err->host_byte, err->driver_byte, in sdebug_error_show()
1196 &inject->host_byte, &inject->driver_byte, in sdebug_error_write()
9250 result = err->status_byte | err->host_byte << 16 | err->driver_byte << 24; in sdebug_fail_cmd()
9384 opcode, err.host_byte, err.driver_byte, in scsi_debug_queuecommand()
H A Dst.c399 result, host_byte(result)); in st_chk_result()
/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_mid_low_api.rst1056 status_byte()与host_byte()宏以及其相关常量。
/linux/drivers/target/
H A Dtarget_core_pscsi.c1021 switch (host_byte(scmd->result)) { in pscsi_req_done()
/linux/drivers/scsi/libfc/
H A Dfc_fcp.c2035 if (host_byte(sc_cmd->result) == DID_TIME_OUT) in fc_io_compl()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c204 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries, in bnx2fc_scsi_done()
/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c1992 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler()