Searched refs:recv_chain (Results 1 – 1 of 1) sorted by relevance
256 struct ib_recv_wr *recv_chain; in svc_rdma_refresh_recvs() local262 recv_chain = NULL; in svc_rdma_refresh_recvs()269 ctxt->rc_recv_wr.next = recv_chain; in svc_rdma_refresh_recvs()270 recv_chain = &ctxt->rc_recv_wr; in svc_rdma_refresh_recvs()273 if (!recv_chain) in svc_rdma_refresh_recvs()276 ret = ib_post_recv(rdma->sc_qp, recv_chain, &bad_wr); in svc_rdma_refresh_recvs()