Lines Matching refs:aborted_io_req
194 orig_io_req = cb_arg->aborted_io_req; in qedf_rrq_compl()
225 int qedf_send_rrq(struct qedf_ioreq *aborted_io_req) in qedf_send_rrq() argument
237 if (!aborted_io_req) { in qedf_send_rrq()
242 fcport = aborted_io_req->fcport; in qedf_send_rrq()
261 "io = %p, orig_xid = 0x%x\n", aborted_io_req, in qedf_send_rrq()
262 aborted_io_req->xid); in qedf_send_rrq()
273 cb_arg->aborted_io_req = aborted_io_req; in qedf_send_rrq()
277 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq()
279 htons(aborted_io_req->task->tstorm_st_context.read_write.rx_id); in qedf_send_rrq()
287 "req 0x%x\n", aborted_io_req->xid); in qedf_send_rrq()
289 kref_put(&aborted_io_req->refcount, qedf_release_cmd); in qedf_send_rrq()
503 orig_io_req = cb_arg->aborted_io_req; in qedf_srr_compl()
613 cb_arg->aborted_io_req = orig_io_req; in qedf_send_srr()
797 orig_io_req = cb_arg->aborted_io_req; in qedf_rec_compl()
973 cb_arg->aborted_io_req = orig_io_req; in qedf_send_rec()