Searched refs:cl_sendlist (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_rdma.c | 581 struct clist *cl_sendlist; in clnt_rdma_kcallit() local 616 cl_sendlist = NULL; in clnt_rdma_kcallit() 920 clist_add(&cl_sendlist, 0, XDR_GETPOS(rdmahdr_o_xdrs), &clmsg.handle, in clnt_rdma_kcallit() 927 clist_add(&cl_sendlist, 0, p->cku_outsz, &rpcmsg.handle, in clnt_rdma_kcallit() 962 status = RDMA_SEND(conn, cl_sendlist, p->cku_xid); in clnt_rdma_kcallit() 1153 if (cl_sendlist != NULL) in clnt_rdma_kcallit() 1154 clist_free(cl_sendlist); in clnt_rdma_kcallit()
|