Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_scsi.c158 struct zfcp_fsf_req *old_req, *abrt_req; in zfcp_scsi_eh_abort_handler() local
180 abrt_req = zfcp_fsf_abort_fcp_cmnd(scpnt); in zfcp_scsi_eh_abort_handler()
181 if (abrt_req) in zfcp_scsi_eh_abort_handler()
197 if (!abrt_req) { in zfcp_scsi_eh_abort_handler()
202 wait_for_completion(&abrt_req->completion); in zfcp_scsi_eh_abort_handler()
204 if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED) in zfcp_scsi_eh_abort_handler()
206 else if (abrt_req->status & ZFCP_STATUS_FSFREQ_ABORTNOTNEEDED) in zfcp_scsi_eh_abort_handler()
212 zfcp_dbf_scsi_abort(dbf_tag, scpnt, abrt_req); in zfcp_scsi_eh_abort_handler()
213 zfcp_fsf_req_free(abrt_req); in zfcp_scsi_eh_abort_handler()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h918 struct cpl_abort_req abrt_req; member