Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_scsi.c167 struct zfcp_fsf_req *old_req, *abrt_req; in zfcp_scsi_eh_abort_handler() local
189 abrt_req = zfcp_fsf_abort_fcp_cmnd(scpnt); in zfcp_scsi_eh_abort_handler()
190 if (abrt_req) in zfcp_scsi_eh_abort_handler()
206 if (!abrt_req) { in zfcp_scsi_eh_abort_handler()
211 wait_for_completion(&abrt_req->completion); in zfcp_scsi_eh_abort_handler()
213 if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED) in zfcp_scsi_eh_abort_handler()
215 else if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTNOTNEEDED) in zfcp_scsi_eh_abort_handler()
221 zfcp_dbf_scsi_abort(dbf_tag, scpnt, abrt_req); in zfcp_scsi_eh_abort_handler()
222 zfcp_fsf_req_free(abrt_req); in zfcp_scsi_eh_abort_handler()