Searched refs:rdma_buf_alloc (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_rdma.h | 426 rdma_stat (*rdma_buf_alloc)(CONN *, rdma_buf_t *); member 482 (*(conn)->c_rdmamod->rdma_ops->rdma_buf_alloc)(conn, rbuf) 540 extern rdma_stat rdma_buf_alloc(CONN *, rdma_buf_t *);
|
H A D | clnt_rdma.c | 415 if (rdma_buf_alloc(conn, clmsg)) { in clnt_compose_rdma_header() 492 if (rdma_buf_alloc(conn, &rndcl->rb_longbuf)) { in clnt_setup_wlist() 539 if (rdma_buf_alloc(conn, &((*clpp)->rb_longbuf))) { in clnt_setup_long_reply() 753 if (rdma_buf_alloc(conn, &rpcmsg)) { in clnt_rdma_kcallit() 798 if (rdma_buf_alloc(conn, &cl_rpcmsg->rb_longbuf)) { in clnt_rdma_kcallit()
|
H A D | svc_rdma.c | 520 if (rdma_buf_alloc(conn, &cllong->rb_longbuf)) { in svc_rdma_krecv() 677 if (rdma_buf_alloc(crdp->conn, &long_rpc)) { in svc_process_long_reply() 782 if (rdma_buf_alloc(conn, rpcreply)) { in svc_compose_rpcmsg() 966 if (rdma_buf_alloc(conn, &rbuf_resp)) { in svc_rdma_ksend()
|
H A D | rdma_subr.c | 440 rdma_buf_alloc(CONN *conn, rdma_buf_t *rbuf) in rdma_buf_alloc() function
|
H A D | xdr_rdma.c | 1149 if (rdma_buf_alloc(conn, &first->rb_longbuf)) { in xdr_decode_wlist_svc() 1291 if (rdma_buf_alloc(*conn, &rlist->rb_longbuf)) { in xdrrdma_read_from_client()
|