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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c582 struct clist *cl_recvlist; local
617 cl_recvlist = NULL;
981 status = RDMA_RECV(conn, &cl_recvlist, p->cku_xid);
1009 (caddr_t)(uintptr_t)cl_recvlist->w.c_saddr3,
1010 cl_recvlist->c_len, XDR_DECODE);
1046 cl, cl_recvlist, op, off);
1181 if (cl_recvlist) {
1183 recvmsg.addr = (caddr_t)(uintptr_t)cl_recvlist->w.c_saddr3;
1186 clist_free(cl_recvlist);
1206 struct clist *cl_recvlist,
1202 clnt_decode_long_reply(CONN *conn, struct clist *cl_long_reply, struct clist *cl_rdma_reply, XDR *xdrs, XDR **rxdrp, struct clist *cl, struct clist *cl_recvlist, uint_t op, uint_t off) argument
[all...]

Completed in 62 milliseconds