Searched refs:host_byte (Results 1 – 22 of 22) sorted by relevance
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.h | 250 return host_byte(cmd->result); in sym_get_cam_status()
|
/linux-4.1.27/drivers/scsi/ |
D | constants.c | 1231 int hb = host_byte(result); in scsi_hostbyte_string()
|
D | scsi_error.c | 670 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()
|
D | sd.c | 1422 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()
|
D | scsi_logging.c | 471 "hostbyte=0x%02x ", host_byte(cmd->result)); in scsi_print_result()
|
D | scsi_lib.c | 760 switch(host_byte(result)) { in __scsi_error_from_host_byte() 938 if (host_byte(result) == DID_RESET) { in scsi_io_completion()
|
D | sg.c | 1318 srp->header.host_status = host_byte(result); in sg_rq_end_io()
|
D | st.c | 391 result, driver_byte(result), host_byte(result)); in st_chk_result()
|
D | osst.c | 288 host_byte(result)); in osst_chk_result()
|
/linux-4.1.27/include/scsi/ |
D | scsi.h | 523 #define host_byte(result) (((result) >> 16) & 0xff) macro
|
/linux-4.1.27/drivers/scsi/device_handler/ |
D | scsi_dh_hp_sw.c | 206 if (error || host_byte(req->errors) != DID_OK || in start_stop_endio()
|
D | scsi_dh_alua.c | 234 if (host_byte(req->errors) != DID_OK || in stpg_endio()
|
/linux-4.1.27/block/ |
D | scsi_ioctl.c | 262 hdr->host_status = host_byte(rq->errors); in blk_complete_sghdr_rq()
|
D | bsg.c | 403 hdr->transport_status = host_byte(rq->errors); in blk_complete_sgv4_hdr_rq()
|
/linux-4.1.27/drivers/block/ |
D | cciss.c | 3046 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/ |
D | target_core_pscsi.c | 1105 switch (host_byte(pt->pscsi_result)) { in pscsi_req_done()
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 995 (host_byte(cmdrsp->scsi.linuxstat) == DID_NO_CONNECT) && in do_scsi_linuxstat()
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 275 host_byte(errors), driver_byte(errors)); in scsiback_print_status()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 236 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries, in bnx2fc_scsi_done()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_scsi.c | 1992 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | fas216.c | 2047 if (host_byte(SCpnt->result) != DID_OK || in fas216_std_done()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 1285 msg_byte(), host_byte() and driver_byte() macros and
|