Lines Matching refs:clist
296 static rdma_stat rib_send(CONN *conn, struct clist *cl, uint32_t msgid);
297 static rdma_stat rib_send_resp(CONN *conn, struct clist *cl, uint32_t msgid);
298 static rdma_stat rib_post_resp(CONN *conn, struct clist *cl, uint32_t msgid);
300 static rdma_stat rib_post_recv(CONN *conn, struct clist *cl);
301 static rdma_stat rib_recv(CONN *conn, struct clist **clp, uint32_t msgid);
302 static rdma_stat rib_read(CONN *conn, struct clist *cl, int wait);
303 static rdma_stat rib_write(CONN *conn, struct clist *cl, int wait);
2305 rib_send_and_wait(CONN *conn, struct clist *cl, uint32_t msgid, in rib_send_and_wait()
2309 struct clist *clp; in rib_send_and_wait()
2404 rib_send(CONN *conn, struct clist *cl, uint32_t msgid) in rib_send()
2420 rib_send_resp(CONN *conn, struct clist *cl, uint32_t msgid) in rib_send_resp()
2475 rib_clnt_post(CONN* conn, struct clist *cl, uint32_t msgid) in rib_clnt_post()
2478 struct clist *clp = cl; in rib_clnt_post()
2561 rib_svc_post(CONN* conn, struct clist *cl) in rib_svc_post()
2618 rib_post_resp(CONN* conn, struct clist *cl, uint32_t msgid) in rib_post_resp()
2648 rib_post_recv(CONN *conn, struct clist *cl) in rib_post_recv()
2666 rib_recv(CONN *conn, struct clist **clp, uint32_t msgid) in rib_recv()
2709 struct clist *cl = NULL; in rib_recv()
2749 rib_write(CONN *conn, struct clist *cl, int wait) in rib_write()
2841 rib_read(CONN *conn, struct clist *cl, int wait) in rib_read()
2940 struct clist cl; in rib_srv_cm_handler()