Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi.h212 #define host_byte(result) (((result) >> 16) & 0xff) macro
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_glue.h250 return host_byte(cmd->result); in sym_get_cam_status()
/Linux-v4.19/drivers/scsi/
Dconstants.c416 int hb = host_byte(result); in scsi_hostbyte_string()
Dscsi_error.c714 if (host_byte(scmd->result) == DID_RESET) { in scsi_eh_completed_normally()
723 if (host_byte(scmd->result) != DID_OK) in scsi_eh_completed_normally()
1707 switch (host_byte(scmd->result)) { in scsi_noretry_cmd()
1772 switch (host_byte(scmd->result)) { in scsi_decide_disposition()
Dscsi_logging.c471 "hostbyte=0x%02x ", host_byte(cmd->result)); in scsi_print_result()
Dsd_zbc.c97 host_byte(result), driver_byte(result)); in sd_zbc_report_zones()
Dsd.c1577 if (host_byte(retval)) { in sd_check_events()
1648 switch (host_byte(res)) { in sd_sync_cache()
1846 host_byte(scmd->result) != DID_TIME_OUT || in sd_eh_action()
3705 msg, host_byte(result), driver_byte(result)); in sd_print_result()
Dscsi_lib.c736 switch (host_byte(result)) { in scsi_result_to_blk_status()
798 if (host_byte(result) == DID_RESET) { in scsi_io_completion_action()
Dsg.c1360 srp->header.host_status = host_byte(result); in sg_rq_end_io()
Dst.c390 result, driver_byte(result), host_byte(result)); in st_chk_result()
Dosst.c288 host_byte(result)); in osst_chk_result()
/Linux-v4.19/block/
Dbsg-lib.c65 hdr->transport_status = host_byte(job->result); in bsg_transport_complete_rq()
Dbsg.c100 hdr->transport_status = host_byte(sreq->result); in bsg_scsi_complete_rq()
Dscsi_ioctl.c268 hdr->host_status = host_byte(req->result); in blk_complete_sghdr_rq()
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi_init.c2488 u8 host_byte; in pqi_process_raid_io_error() local
2502 host_byte = DID_OK; in pqi_process_raid_io_error()
2513 host_byte = DID_SOFT_ERROR; in pqi_process_raid_io_error()
2517 host_byte = DID_ABORT; in pqi_process_raid_io_error()
2520 host_byte = DID_TIME_OUT; in pqi_process_raid_io_error()
2539 host_byte = DID_ERROR; in pqi_process_raid_io_error()
2558 host_byte = DID_NO_CONNECT; in pqi_process_raid_io_error()
2568 set_host_byte(scmd, host_byte); in pqi_process_raid_io_error()
2574 u8 host_byte; in pqi_process_aio_io_error() local
2584 host_byte = DID_OK; in pqi_process_aio_io_error()
[all …]
/Linux-v4.19/drivers/staging/unisys/visorhba/
Dvisorhba_main.c814 (host_byte(cmdrsp->scsi.linuxstat) == DID_NO_CONNECT) && in do_scsi_linuxstat()
/Linux-v4.19/drivers/target/
Dtarget_core_pscsi.c1084 switch (host_byte(result)) { in pscsi_req_done()
/Linux-v4.19/drivers/xen/
Dxen-scsiback.c266 host_byte(errors), driver_byte(errors)); in scsiback_print_status()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c2053 if (host_byte(sc_cmd->result) == DID_TIME_OUT) in fc_io_compl()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_io.c204 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries, in bnx2fc_scsi_done()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_scsi.c1991 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler()
/Linux-v4.19/drivers/scsi/arm/
Dfas216.c2049 if (host_byte(SCpnt->result) != DID_OK || in fas216_std_done()
/Linux-v4.19/Documentation/scsi/
Dscsi_mid_low_api.txt1165 msg_byte(), host_byte() and driver_byte() macros and
/Linux-v4.19/drivers/scsi/ufs/
Dufshcd.c4765 if (host_byte(result) != DID_OK) in ufshcd_transfer_rsp_status()