Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_glue.h250 return host_byte(cmd->result); in sym_get_cam_status()
/linux-4.1.27/drivers/scsi/
Dconstants.c1231 int hb = host_byte(result); in scsi_hostbyte_string()
Dscsi_error.c670 if (host_byte(scmd->result) == DID_RESET) { in scsi_eh_completed_normally()
679 if (host_byte(scmd->result) != DID_OK) in scsi_eh_completed_normally()
1712 switch (host_byte(scmd->result)) { in scsi_noretry_cmd()
1777 switch (host_byte(scmd->result)) { in scsi_decide_disposition()
Dsd.c1422 if (host_byte(retval)) { in sd_check_events()
1488 switch (host_byte(res)) { in sd_sync_cache()
1571 host_byte(scmd->result) != DID_TIME_OUT || in sd_eh_action()
3296 msg, host_byte(result), driver_byte(result)); in sd_print_result()
Dscsi_logging.c471 "hostbyte=0x%02x ", host_byte(cmd->result)); in scsi_print_result()
Dscsi_lib.c760 switch(host_byte(result)) { in __scsi_error_from_host_byte()
938 if (host_byte(result) == DID_RESET) { in scsi_io_completion()
Dsg.c1318 srp->header.host_status = host_byte(result); in sg_rq_end_io()
Dst.c391 result, driver_byte(result), host_byte(result)); in st_chk_result()
Dosst.c288 host_byte(result)); in osst_chk_result()
/linux-4.1.27/include/scsi/
Dscsi.h523 #define host_byte(result) (((result) >> 16) & 0xff) macro
/linux-4.1.27/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c206 if (error || host_byte(req->errors) != DID_OK || in start_stop_endio()
Dscsi_dh_alua.c234 if (host_byte(req->errors) != DID_OK || in stpg_endio()
/linux-4.1.27/block/
Dscsi_ioctl.c262 hdr->host_status = host_byte(rq->errors); in blk_complete_sghdr_rq()
Dbsg.c403 hdr->transport_status = host_byte(rq->errors); in blk_complete_sgv4_hdr_rq()
/linux-4.1.27/drivers/block/
Dcciss.c3046 unsigned int msg_byte, unsigned int host_byte, in make_status_bytes() argument
3052 ((host_byte & 0xff) << 16) | in make_status_bytes()
3060 unsigned char status_byte, msg_byte, host_byte, driver_byte; in evaluate_target_status() local
3070 host_byte = DID_PASSTHROUGH; in evaluate_target_status()
3072 host_byte = DID_OK; in evaluate_target_status()
3075 host_byte, driver_byte); in evaluate_target_status()
/linux-4.1.27/drivers/target/
Dtarget_core_pscsi.c1105 switch (host_byte(pt->pscsi_result)) { in pscsi_req_done()
/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c995 (host_byte(cmdrsp->scsi.linuxstat) == DID_NO_CONNECT) && in do_scsi_linuxstat()
/linux-4.1.27/drivers/xen/
Dxen-scsiback.c275 host_byte(errors), driver_byte(errors)); in scsiback_print_status()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_io.c236 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries, in bnx2fc_scsi_done()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_scsi.c1992 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler()
/linux-4.1.27/drivers/scsi/arm/
Dfas216.c2047 if (host_byte(SCpnt->result) != DID_OK || in fas216_std_done()
/linux-4.1.27/Documentation/scsi/
Dscsi_mid_low_api.txt1285 msg_byte(), host_byte() and driver_byte() macros and