Signed-off-by: Adir Lev <adirl@mellanox.com>
}
tail->next = NULL;
}
- xcon->portal->enqueue_for_send(xcon, xmsg);
+ xcon->portal->enqueue(xcon, xmsg);
return code;
} /* send_message(Message *, Connection *) */
new (xrsp) XioRsp(xcon, this);
/* merge with portal traffic */
- xcon->portal->enqueue_for_send(xcon, xrsp);
+ xcon->portal->enqueue(xcon, xrsp);
assert(r);
return r;
xrsp->finalize(); /* unconditional finalize */
}
- void enqueue_for_send(XioConnection *xcon, XioSubmit *xs)
+ void enqueue(XioConnection *xcon, XioSubmit *xs)
{
if (! _shutdown) {
submit_q.enq(xcon, xs);