Lines Matching refs:aborted_io_req
180 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
218 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq() argument
231 if (!aborted_io_req) { in qedf_send_rrq()
236 fcport = aborted_io_req->fcport; in qedf_send_rrq()
239 refcount = kref_read(&aborted_io_req->refcount); in qedf_send_rrq()
242 aborted_io_req->xid, refcount); in qedf_send_rrq()
243 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
264 refcount = kref_read(&aborted_io_req->refcount); in qedf_send_rrq()
268 aborted_io_req->xid, aborted_io_req, refcount); in qedf_send_rrq()
277 "io = %p, orig_xid = 0x%x\n", aborted_io_req, in qedf_send_rrq()
278 aborted_io_req->xid); in qedf_send_rrq()
289 cb_arg->aborted_io_req = aborted_io_req; in qedf_send_rrq()
293 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq()
295 htons(aborted_io_req->task->tstorm_st_context.read_write.rx_id); in qedf_send_rrq()
303 "req 0x%x\n", aborted_io_req->xid); in qedf_send_rrq()
305 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
541 orig_io_req = cb_arg->aborted_io_req; in qedf_srr_compl()
655 cb_arg->aborted_io_req = orig_io_req; in qedf_send_srr()
842 orig_io_req = cb_arg->aborted_io_req; in qedf_rec_compl()
1024 cb_arg->aborted_io_req = orig_io_req; in qedf_send_rec()