Lines Matching refs:old_req
171 struct zfcp_fsf_req *old_req, *abrt_req;
181 old_req = zfcp_reqlist_find(adapter->req_list, old_reqid);
182 if (!old_req) {
187 old_req->data = NULL;
236 static void zfcp_scsi_forget_cmnd(struct zfcp_fsf_req *old_req, void *data)
242 if (old_req->data == NULL ||
243 zfcp_fsf_req_is_status_read_buffer(old_req) ||
244 old_req->qtcb->header.fsf_command != FSF_QTCB_FCP_CMND)
248 if (old_req->qtcb->header.port_handle != filter->port_handle)
252 old_req->qtcb->header.lun_handle != filter->lun_handle)
255 zfcp_dbf_scsi_nullcmnd((struct scsi_cmnd *)old_req->data, old_req);
256 old_req->data = NULL;