Searched refs:CLIST_REG_SOURCE (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/rpc/ |
H A D | rdma_subr.c | 274 case CLIST_REG_SOURCE: in clist_register() 307 case CLIST_REG_SOURCE: in clist_deregister() 346 case CLIST_REG_SOURCE: in clist_syncmem()
|
H A D | xdr_rdma.c | 1398 status = clist_register(xdrp->xp_conn, &fcl, CLIST_REG_SOURCE); in xdrrdma_send_read_data() 1403 wcl->c_regtype = CLIST_REG_SOURCE; in xdrrdma_send_read_data() 1476 status = clist_syncmem(xdrp->xp_conn, &fcl, CLIST_REG_SOURCE); in xdrrdma_send_read_data()
|
H A D | rpc_rdma.h | 136 CLIST_REG_SOURCE = 1, enumerator
|
H A D | clnt_rdma.c | 447 status = clist_register(conn, rclp, CLIST_REG_SOURCE); in clnt_setup_rlist() 949 status = clist_syncmem(conn, cl, CLIST_REG_SOURCE); in clnt_rdma_kcallit()
|
H A D | svc_rdma.c | 744 if (clist_register(crdp->conn, wcl, CLIST_REG_SOURCE) != RDMA_SUCCESS) { in svc_process_long_reply() 750 status = clist_syncmem(crdp->conn, wcl, CLIST_REG_SOURCE); in svc_process_long_reply()
|