Searched refs:sc_recv_ctxts (Results 1 – 3 of 3) sorted by relevance
186 while ((node = llist_del_first(&rdma->sc_recv_ctxts))) { in svc_rdma_recv_ctxts_destroy()203 node = llist_del_first(&rdma->sc_recv_ctxts); in svc_rdma_recv_ctxt_get()233 llist_add(&ctxt->rc_node, &rdma->sc_recv_ctxts); in svc_rdma_recv_ctxt_put()320 llist_add(&ctxt->rc_node, &rdma->sc_recv_ctxts); in svc_rdma_post_recvs()
179 init_llist_head(&cma_xprt->sc_recv_ctxts); in svc_rdma_create_xprt()
115 struct llist_head sc_recv_ctxts; member