Lines Matching refs:clp
301 static rdma_stat rib_recv(CONN *conn, struct clist **clp, uint32_t msgid);
2309 struct clist *clp; in rib_send_and_wait() local
2326 clp = cl; in rib_send_and_wait()
2327 while (clp != NULL) { in rib_send_and_wait()
2332 sgl[nds].ds_va = clp->w.c_saddr; in rib_send_and_wait()
2333 sgl[nds].ds_key = clp->c_smemhandle.mrc_lmr; /* lkey */ in rib_send_and_wait()
2334 sgl[nds].ds_len = clp->c_len; in rib_send_and_wait()
2335 total_msg_size += clp->c_len; in rib_send_and_wait()
2336 clp = clp->c_next; in rib_send_and_wait()
2478 struct clist *clp = cl; in rib_clnt_post() local
2552 while (clp != NULL) { in rib_clnt_post()
2554 (void *)(uintptr_t)clp->w.c_saddr3); in rib_clnt_post()
2555 clp = clp->c_next; in rib_clnt_post()
2666 rib_recv(CONN *conn, struct clist **clp, uint32_t msgid) in rib_recv() argument
2716 *clp = cl; in rib_recv()