Home
last modified time | relevance | path

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

/Linux-v5.4/include/scsi/
Dscsi.h212 #define host_byte(result) (((result) >> 16) & 0xff) macro
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_glue.h237 return host_byte(cmd->result); in sym_get_cam_status()
/Linux-v5.4/drivers/scsi/
Dconstants.c416 int hb = host_byte(result); in scsi_hostbyte_string()
Dscsi_error.c712 if (host_byte(scmd->result) == DID_RESET) { in scsi_eh_completed_normally()
721 if (host_byte(scmd->result) != DID_OK) in scsi_eh_completed_normally()
1727 switch (host_byte(scmd->result)) { in scsi_noretry_cmd()
1792 switch (host_byte(scmd->result)) { in scsi_decide_disposition()
Dsd_zbc.c92 host_byte(result), driver_byte(result)); in sd_zbc_do_report_zones()
Dscsi_logging.c428 "hostbyte=0x%02x ", host_byte(cmd->result)); in scsi_print_result()
Dsd.c1591 if (host_byte(retval)) { in sd_check_events()
1663 switch (host_byte(res)) { in sd_sync_cache()
1862 host_byte(scmd->result) != DID_TIME_OUT || in sd_eh_action()
3725 msg, host_byte(result), driver_byte(result)); in sd_print_result()
Dscsi_lib.c635 switch (host_byte(result)) { in scsi_result_to_blk_status()
692 if (host_byte(result) == DID_RESET) { in scsi_io_completion_action()
Dsg.c1355 srp->header.host_status = host_byte(result); in sg_rq_end_io()
Dst.c392 result, driver_byte(result), host_byte(result)); in st_chk_result()
/Linux-v5.4/block/
Dbsg-lib.c86 hdr->transport_status = host_byte(job->result); in bsg_transport_complete_rq()
Dbsg.c98 hdr->transport_status = host_byte(sreq->result); in bsg_scsi_complete_rq()
Dscsi_ioctl.c254 hdr->host_status = host_byte(req->result); in blk_complete_sghdr_rq()
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_init.c2745 u8 host_byte; in pqi_process_raid_io_error() local
2759 host_byte = DID_OK; in pqi_process_raid_io_error()
2770 host_byte = DID_SOFT_ERROR; in pqi_process_raid_io_error()
2774 host_byte = DID_ABORT; in pqi_process_raid_io_error()
2777 host_byte = DID_TIME_OUT; in pqi_process_raid_io_error()
2796 host_byte = DID_ERROR; in pqi_process_raid_io_error()
2822 host_byte = DID_NO_CONNECT; in pqi_process_raid_io_error()
2840 set_host_byte(scmd, host_byte); in pqi_process_raid_io_error()
2846 u8 host_byte; in pqi_process_aio_io_error() local
2856 host_byte = DID_OK; in pqi_process_aio_io_error()
[all …]
/Linux-v5.4/drivers/staging/unisys/visorhba/
Dvisorhba_main.c801 (host_byte(cmdrsp->scsi.linuxstat) == DID_NO_CONNECT) && in do_scsi_linuxstat()
/Linux-v5.4/drivers/target/
Dtarget_core_pscsi.c1053 switch (host_byte(result)) { in pscsi_req_done()
/Linux-v5.4/drivers/xen/
Dxen-scsiback.c266 host_byte(errors), driver_byte(errors)); in scsiback_print_status()
/Linux-v5.4/drivers/scsi/libfc/
Dfc_fcp.c2038 if (host_byte(sc_cmd->result) == DID_TIME_OUT) in fc_io_compl()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_io.c204 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries, in bnx2fc_scsi_done()
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_scsi.c1988 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler()
/Linux-v5.4/drivers/scsi/arm/
Dfas216.c2054 if (host_byte(SCpnt->result) != DID_OK || in fas216_std_done()
/Linux-v5.4/Documentation/scsi/
Dscsi_mid_low_api.txt1163 msg_byte(), host_byte() and driver_byte() macros and
/Linux-v5.4/drivers/scsi/ufs/
Dufshcd.c4782 if (host_byte(result) != DID_OK) in ufshcd_transfer_rsp_status()