Searched defs:cl_send (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c829 struct clist *cl_send = NULL; local
1014 clist_add(&cl_send, 0, XDR_GETPOS(&xdrs_rhdr), &rbuf_resp.handle,
1018 clist_add(&cl_send, 0, final_resp_len, &rbuf_rpc_resp.handle,
1022 status = RDMA_SEND(conn, cl_send, msg->rm_xid);
1032 if (cl_send != NULL)
1033 clist_free(cl_send);
H A Dclnt.h159 enum clnt_stat (*cl_send)(struct __client *, rpcproc_t, member in struct:__client::clnt_ops
171 enum clnt_stat (*cl_send)(); /* send one-way request */
550 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
552 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))

Completed in 49 milliseconds