Searched refs:rdma_buf_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_rdma.h | 226 } rdma_buf_t; typedef 260 rdma_buf_t rb_longbuf; /* used for long requests/replies */ 372 rdma_buf_t rpcmsg; 426 rdma_stat (*rdma_buf_alloc)(CONN *, rdma_buf_t *); 427 void (*rdma_buf_free)(CONN *, rdma_buf_t *); 540 extern rdma_stat rdma_buf_alloc(CONN *, rdma_buf_t *); 541 extern void rdma_buf_free(CONN *, rdma_buf_t *);
|
H A D | rdma_subr.c | 399 rdma_buf_t rbuf = {0}; in rdma_clnt_postrecv() 425 rdma_buf_t rbuf = {0}; in rdma_svc_postrecv() 440 rdma_buf_alloc(CONN *conn, rdma_buf_t *rbuf) in rdma_buf_alloc() 446 rdma_buf_free(CONN *conn, rdma_buf_t *rbuf) in rdma_buf_free() 452 bzero(rbuf, sizeof (rdma_buf_t)); in rdma_buf_free()
|
H A D | clnt_rdma.c | 62 static int clnt_compose_rpcmsg(CLIENT *, rpcproc_t, rdma_buf_t *, 64 static int clnt_compose_rdma_header(CONN *, CLIENT *, rdma_buf_t *, 67 static int clnt_setup_wlist(CONN *, XDR *, XDR *, rdma_buf_t *); 342 rdma_buf_t *rpcmsg, XDR *xdrs, in clnt_compose_rpcmsg() 405 clnt_compose_rdma_header(CONN *conn, CLIENT *h, rdma_buf_t *clmsg, in clnt_compose_rdma_header() 465 clnt_setup_wlist(CONN *conn, XDR *xdrs, XDR *call_xdrp, rdma_buf_t *rndbuf) in clnt_setup_wlist() 509 bzero(rndbuf, sizeof (rdma_buf_t)); in clnt_setup_wlist() 518 bzero(rndbuf, sizeof (rdma_buf_t)); in clnt_setup_wlist() 588 rdma_buf_t rndup; in clnt_rdma_kcallit() 599 rdma_buf_t clmsg; in clnt_rdma_kcallit() [all …]
|
H A D | svc_rdma.c | 95 rdma_buf_t rpcbuf; /* RPC req/resp buffer */ 128 caddr_t, rdma_buf_t *, XDR **, struct rpc_msg *, 649 rdma_buf_t long_rpc = {0}; in svc_process_long_reply() 775 caddr_t xdr_location, rdma_buf_t *rpcreply, XDR ** xdrs, in svc_compose_rpcmsg() 825 rdma_buf_t rbuf_resp = {0}, rbuf_rpc_resp = {0}; in svc_rdma_ksend()
|
H A D | rpcib.c | 289 static rdma_stat rib_reg_buf_alloc(CONN *conn, rdma_buf_t *rdbuf); 291 static void rib_reg_buf_free(CONN *conn, rdma_buf_t *rdbuf); 292 static void *rib_rbuf_alloc(CONN *, rdma_buf_t *); 2941 rdma_buf_t rdbuf = {0}; in rib_srv_cm_handler() 4025 rib_reg_buf_alloc(CONN *conn, rdma_buf_t *rdbuf) in rib_reg_buf_alloc() 4059 rib_rbuf_alloc(CONN *conn, rdma_buf_t *rdbuf) in rib_rbuf_alloc() 4119 rib_reg_buf_free(CONN *conn, rdma_buf_t *rdbuf) in rib_reg_buf_free()
|