Lines Matching defs:io_req
72 cb_arg->io_req = els_req;
198 rrq_req = cb_arg->io_req;
207 "Original io_req is NULL, rrq_req = %p.\n", rrq_req);
217 * This should return the aborted io_req to the command pool. Note that
286 "refcount for xid=%x io_req=%p refcount=%d is not 1.\n",
430 els_req = cb_arg->io_req;
552 srr_req = cb_arg->io_req;
744 struct fcoe_cqe *cqe, struct qedf_ioreq *io_req)
749 cb_arg = io_req->cb_arg;
752 if (io_req->event == QEDF_IOREQ_EV_ELS_TMO || !cqe) {
754 "cqe is NULL or timeout event (0x%x)", io_req->event);
759 cancel_delayed_work_sync(&io_req->timeout_work);
761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl);
764 "abort, xid=0x%x.\n", io_req->xid);
767 kref_put(&io_req->refcount, qedf_release_cmd);
792 "io_req.\n");
811 QEDF_ERR(&(fcport->qedf->dbg_ctx), "Unable to post io_req\n");
853 rec_req = cb_arg->io_req;