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

/linux-master/include/scsi/
H A Dscsi.h122 * host_byte = set by low-level driver to indicate status.
125 #define host_byte(result) (((result) >> 16) & 0xff) macro
205 if (host_byte(status) == DID_NO_CONNECT)
/linux-master/drivers/scsi/
H A Dscsi_bsg.c67 hdr->transport_status = host_byte(scmd->result);
H A Dconstants.c411 enum scsi_host_status hb = host_byte(result);
H A Dscsi_logging.c425 "hostbyte=0x%02x ", host_byte(cmd->result));
H A Dscsi_error.c796 if (host_byte(scmd->result) == DID_RESET) {
805 if (host_byte(scmd->result) != DID_OK)
1829 switch (host_byte(scmd->result)) {
1896 switch (host_byte(scmd->result)) {
H A Dscsi_lib.c221 if (host_byte(scmd->result) &&
222 host_byte(scmd->result) == host_byte(failure->result))
700 switch (host_byte(result)) {
796 if (host_byte(result) == DID_RESET) {
H A Dsd.c1645 if (retval < 0 || host_byte(retval)) {
1730 switch (host_byte(res)) {
1795 switch (host_byte(result)) {
2086 host_byte(scmd->result) != DID_TIME_OUT ||
4307 msg, host_byte(result), "DRIVER_OK");
H A Daha152x.c641 unsigned char host_byte);
1301 unsigned char host_byte)
1312 set_host_byte(DONE_SC, host_byte);
1300 done(struct Scsi_Host *shpnt, unsigned char status_byte, unsigned char host_byte) argument
H A Desp_scsi.c899 struct scsi_cmnd *cmd, unsigned char host_byte)
909 set_host_byte(cmd, host_byte);
910 if (host_byte == DID_OK)
898 esp_cmd_is_done(struct esp *esp, struct esp_cmd_entry *ent, struct scsi_cmnd *cmd, unsigned char host_byte) argument
H A Dscsi_ioctl.c384 hdr->host_status = host_byte(scmd->result);
H A Dvirtio_scsi.c364 } else if (result > 0 && host_byte(result) == DID_BAD_TARGET) {
H A Dscsi_debug.c321 unsigned char host_byte; member in struct:sdebug_err_inject::__anon230::__anon231
1009 err->host_byte, err->driver_byte,
1074 &inject->host_byte, &inject->driver_byte,
8180 result = err->status_byte | err->host_byte << 16 | err->driver_byte << 24;
8265 opcode, err.host_byte, err.driver_byte,
H A Dsg.c1358 srp->header.host_status = host_byte(result);
H A Dst.c392 result, host_byte(result));
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h237 return host_byte(cmd->result);
/linux-master/block/
H A Dbsg-lib.c102 hdr->transport_status = host_byte(job->result);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c3154 u8 host_byte; local
3168 host_byte = DID_OK;
3179 host_byte = DID_SOFT_ERROR;
3183 host_byte = DID_ABORT;
3186 host_byte = DID_TIME_OUT;
3205 host_byte = DID_ERROR;
3231 host_byte = DID_NO_CONNECT;
3249 set_host_byte(scmd, host_byte);
3255 u8 host_byte; local
3266 host_byte
[all...]
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c582 if (host_byte(retval) == DID_NO_CONNECT)
/linux-master/drivers/target/
H A Dtarget_core_pscsi.c1021 switch (host_byte(scmd->result)) {
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c204 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries,
/linux-master/drivers/xen/
H A Dxen-scsiback.c226 host_byte(errors));
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c2034 if (host_byte(sc_cmd->result) == DID_TIME_OUT)
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1992 if (host_byte(cmnd->result) == DID_REQUEUE) {
/linux-master/drivers/ufs/core/
H A Dufshcd.c5452 if ((host_byte(result) != DID_OK) &&
5453 (host_byte(result) != DID_REQUEUE) && !hba->silence_err_logs)

Completed in 641 milliseconds