Lines Matching refs:CONN
64 static int clnt_compose_rdma_header(CONN *, CLIENT *, rdma_buf_t *,
66 static int clnt_setup_rlist(CONN *, XDR *, XDR *);
67 static int clnt_setup_wlist(CONN *, XDR *, XDR *, rdma_buf_t *);
68 static int clnt_setup_long_reply(CONN *, struct clist **, uint_t);
69 static void clnt_check_credit(CONN *);
70 static void clnt_return_credit(CONN *);
71 static void clnt_decode_long_reply(CONN *, struct clist *,
75 static void clnt_update_credit(CONN *, uint32_t);
405 clnt_compose_rdma_header(CONN *conn, CLIENT *h, rdma_buf_t *clmsg, in clnt_compose_rdma_header()
438 clnt_setup_rlist(CONN *conn, XDR *xdrs, XDR *call_xdrp) in clnt_setup_rlist()
465 clnt_setup_wlist(CONN *conn, XDR *xdrs, XDR *call_xdrp, rdma_buf_t *rndbuf) in clnt_setup_wlist()
527 clnt_setup_long_reply(CONN *conn, struct clist **clpp, uint_t length) in clnt_setup_long_reply()
598 CONN *conn = NULL; in clnt_rdma_kcallit()
1202 clnt_decode_long_reply(CONN *conn, in clnt_decode_long_reply()
1237 clnt_return_credit(CONN *conn) in clnt_return_credit()
1248 clnt_update_credit(CONN *conn, uint32_t rdma_credit) in clnt_update_credit()
1267 clnt_check_credit(CONN *conn) in clnt_check_credit()