Searched refs:clist_syncmem (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr_rdma.c | 551 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 D | rdma_subr.c | 339 clist_syncmem(CONN *conn, struct clist *cl, clist_dstsrc dstsrc) in clist_syncmem() function
|
H A D | rpc_rdma.h | 534 extern rdma_stat clist_syncmem(CONN *conn, struct clist *cl, clist_dstsrc);
|
H A D | svc_rdma.c | 554 status = clist_syncmem(conn, cllong, CLIST_REG_DST); in svc_rdma_krecv() 750 status = clist_syncmem(crdp->conn, wcl, CLIST_REG_SOURCE); in svc_process_long_reply()
|
H A D | clnt_rdma.c | 949 status = clist_syncmem(conn, cl, CLIST_REG_SOURCE); in clnt_rdma_kcallit()
|