Searched refs:scsi_result (Results 1 – 3 of 3) sorted by relevance
67 int status, scsi_result, ret; in zfcp_scsi_queuecommand() local73 scsi_result = fc_remote_port_chkready(rport); in zfcp_scsi_queuecommand()74 if (unlikely(scsi_result)) { in zfcp_scsi_queuecommand()75 scpnt->result = scsi_result; in zfcp_scsi_queuecommand()
626 rec->scsi_result = sc->result; in zfcp_dbf_scsi_common()637 rec->scsi_result = ~0; in zfcp_dbf_scsi_common()707 rec->scsi_result = ret; /* re-use field, int is 4 bytes and fits */ in zfcp_dbf_scsi_eh()
225 u32 scsi_result; member