Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_scsi.c173 struct zfcp_fsf_req *old_req, *abrt_req; in zfcp_scsi_eh_abort_handler() local
195 abrt_req = zfcp_fsf_abort_fcp_cmnd(scpnt); in zfcp_scsi_eh_abort_handler()
196 if (abrt_req) in zfcp_scsi_eh_abort_handler()
211 if (!abrt_req) { in zfcp_scsi_eh_abort_handler()
216 wait_for_completion(&abrt_req->completion); in zfcp_scsi_eh_abort_handler()
218 if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED) in zfcp_scsi_eh_abort_handler()
220 else if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTNOTNEEDED) in zfcp_scsi_eh_abort_handler()
226 zfcp_dbf_scsi_abort(dbf_tag, scpnt, abrt_req); in zfcp_scsi_eh_abort_handler()
227 zfcp_fsf_req_free(abrt_req); in zfcp_scsi_eh_abort_handler()