Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/scsi/
Dzfcp_scsi.c154 struct zfcp_fsf_req *old_req, *abrt_req; in zfcp_scsi_eh_abort_handler() local
176 abrt_req = zfcp_fsf_abort_fcp_cmnd(scpnt); in zfcp_scsi_eh_abort_handler()
177 if (abrt_req) in zfcp_scsi_eh_abort_handler()
192 if (!abrt_req) { in zfcp_scsi_eh_abort_handler()
197 wait_for_completion(&abrt_req->completion); in zfcp_scsi_eh_abort_handler()
199 if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED) in zfcp_scsi_eh_abort_handler()
201 else if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTNOTNEEDED) in zfcp_scsi_eh_abort_handler()
207 zfcp_dbf_scsi_abort(dbf_tag, scpnt, abrt_req); in zfcp_scsi_eh_abort_handler()
208 zfcp_fsf_req_free(abrt_req); in zfcp_scsi_eh_abort_handler()