Searched refs:rbuf_rpc_resp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_rdma.c | 830 rdma_buf_t rbuf_resp = {0}, rbuf_rpc_resp = {0}; in svc_rdma_ksend() local 918 xdr_location, &rbuf_rpc_resp, &xdrs_rpc, msg, in svc_rdma_ksend() 972 rdma_buf_free(conn, &rbuf_rpc_resp); in svc_rdma_ksend() 987 rdma_buf_free(conn, &rbuf_rpc_resp); in svc_rdma_ksend() 1004 rdma_buf_free(conn, &rbuf_rpc_resp); in svc_rdma_ksend() 1014 rdma_buf_free(conn, &rbuf_rpc_resp); in svc_rdma_ksend() 1023 clist_add(&cl_send, 0, final_resp_len, &rbuf_rpc_resp.handle, in svc_rdma_ksend() 1024 rbuf_rpc_resp.addr, NULL, NULL); in svc_rdma_ksend()
|