Home
last modified time | relevance | path

Searched refs:scsi_result (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_scsi.c67 int status, scsi_result, ret; in zfcp_scsi_queuecommand() local
73 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()
Dzfcp_dbf.c626 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()
Dzfcp_dbf.h225 u32 scsi_result; member