Searched refs:scsi_result (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_scsi.c | 71 int status, scsi_result, ret; in zfcp_scsi_queuecommand() local 77 scsi_result = fc_remote_port_chkready(rport); in zfcp_scsi_queuecommand() 78 if (unlikely(scsi_result)) { in zfcp_scsi_queuecommand() 79 scpnt->result = scsi_result; in zfcp_scsi_queuecommand()
|
| H A D | zfcp_dbf.h | 257 u32 scsi_result; member
|
| H A D | zfcp_dbf.c | 687 rec->scsi_result = sc->result; in zfcp_dbf_scsi_common() 698 rec->scsi_result = ~0; in zfcp_dbf_scsi_common() 768 rec->scsi_result = ret; /* re-use field, int is 4 bytes and fits */ in zfcp_dbf_scsi_eh()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7175 int scsi_result, 7189 if (scsi_result == 0) in schedule_resp() 7190 scsi_result = DID_NO_CONNECT << 16; in schedule_resp() 7200 (scsi_result == 0))) { in schedule_resp() 7208 scsi_result = device_qfull_result; in schedule_resp() 7227 if (cmnd->result == 0 && scsi_result != 0) in schedule_resp() 7228 cmnd->result = scsi_result; in schedule_resp() 7320 if (cmnd->result == 0 && scsi_result != 0) in schedule_resp() 7321 cmnd->result = scsi_result; in schedule_resp() 7183 schedule_resp(struct scsi_cmnd * cmnd,struct sdebug_dev_info * devip,int scsi_result,int (* pfp)(struct scsi_cmnd *,struct sdebug_dev_info *),int delta_jiff,int ndelay) schedule_resp() argument
|
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 1279 int scsi_result; member 1290 srp_finish_req(ch, req, NULL, context->scsi_result); in srp_terminate_cmd() 1299 .scsi_result = DID_TRANSPORT_FAILFAST << 16 }; in srp_terminate_io() 1359 .srp_target = target, .scsi_result = DID_RESET << 16}; in srp_rport_reconnect()
|