Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c551 if (clist_syncmem( in xdrrdma_getbytes()
1358 if (clist_syncmem(*conn, &cl, CLIST_REG_DST) != RDMA_SUCCESS) { in xdrrdma_read_from_client()
1476 status = clist_syncmem(xdrp->xp_conn, &fcl, CLIST_REG_SOURCE); in xdrrdma_send_read_data()
H A Drdma_subr.c339 clist_syncmem(CONN *conn, struct clist *cl, clist_dstsrc dstsrc) in clist_syncmem() function
H A Drpc_rdma.h534 extern rdma_stat clist_syncmem(CONN *conn, struct clist *cl, clist_dstsrc);
H A Dsvc_rdma.c559 status = clist_syncmem(conn, cllong, CLIST_REG_DST); in svc_rdma_krecv()
755 status = clist_syncmem(crdp->conn, wcl, CLIST_REG_SOURCE); in svc_process_long_reply()
H A Dclnt_rdma.c949 status = clist_syncmem(conn, cl, CLIST_REG_SOURCE); in clnt_rdma_kcallit()