Home
last modified time | relevance | path

Searched refs:clmsg (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_rdma.c405 clnt_compose_rdma_header(CONN *conn, CLIENT *h, rdma_buf_t *clmsg, in clnt_compose_rdma_header() argument
413 clmsg->type = SEND_BUFFER; in clnt_compose_rdma_header()
415 if (rdma_buf_alloc(conn, clmsg)) { in clnt_compose_rdma_header()
420 xdrmem_create(*xdrs, clmsg->addr, clmsg->len, XDR_ENCODE); in clnt_compose_rdma_header()
422 (*(uint32_t *)clmsg->addr) = p->cku_xid; in clnt_compose_rdma_header()
599 rdma_buf_t clmsg; in clnt_rdma_kcallit() local
612 bzero(&clmsg, sizeof (clmsg)); in clnt_rdma_kcallit()
850 status = clnt_compose_rdma_header(conn, h, &clmsg, in clnt_rdma_kcallit()
867 rdma_buf_free(conn, &clmsg); in clnt_rdma_kcallit()
880 rdma_buf_free(conn, &clmsg); in clnt_rdma_kcallit()
[all …]