Lines Matching refs:io_req
83 cb_arg->io_req = els_req; in qedf_initiate_els()
189 rrq_req = cb_arg->io_req; in qedf_rrq_compl()
380 els_req = cb_arg->io_req; in qedf_l2_els_compl()
499 srr_req = cb_arg->io_req; in qedf_srr_compl()
687 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req) in qedf_process_seq_cleanup_compl() argument
692 cb_arg = io_req->cb_arg; in qedf_process_seq_cleanup_compl()
695 if (io_req->event == QEDF_IOREQ_EV_ELS_TMO || !cqe) in qedf_process_seq_cleanup_compl()
699 cancel_delayed_work_sync(&io_req->timeout_work); in qedf_process_seq_cleanup_compl()
701 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl()
704 "abort, xid=0x%x.\n", io_req->xid); in qedf_process_seq_cleanup_compl()
707 kref_put(&io_req->refcount, qedf_release_cmd); in qedf_process_seq_cleanup_compl()
793 rec_req = cb_arg->io_req; in qedf_rec_compl()