Lines Matching refs:aborted_io_req
203 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
237 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq() argument
250 if (!aborted_io_req) { in qedf_send_rrq()
255 fcport = aborted_io_req->fcport; in qedf_send_rrq()
258 refcount = kref_read(&aborted_io_req->refcount); in qedf_send_rrq()
261 aborted_io_req->xid, refcount); in qedf_send_rrq()
262 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
283 refcount = kref_read(&aborted_io_req->refcount); in qedf_send_rrq()
287 aborted_io_req->xid, aborted_io_req, refcount); in qedf_send_rrq()
296 "io = %p, orig_xid = 0x%x\n", aborted_io_req, in qedf_send_rrq()
297 aborted_io_req->xid); in qedf_send_rrq()
308 cb_arg->aborted_io_req = aborted_io_req; in qedf_send_rrq()
312 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq()
314 htons(aborted_io_req->task->tstorm_st_context.read_write.rx_id); in qedf_send_rrq()
322 "req 0x%x\n", aborted_io_req->xid); in qedf_send_rrq()
324 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
556 orig_io_req = cb_arg->aborted_io_req; in qedf_srr_compl()
670 cb_arg->aborted_io_req = orig_io_req; in qedf_send_srr()
857 orig_io_req = cb_arg->aborted_io_req; in qedf_rec_compl()
1044 cb_arg->aborted_io_req = orig_io_req; in qedf_send_rec()