Searched refs:rc_recv_wr (Results 1 – 2 of 2) sorted by relevance
143 ctxt->rc_recv_wr.next = NULL; in svc_rdma_recv_ctxt_alloc()144 ctxt->rc_recv_wr.wr_cqe = &ctxt->rc_cqe; in svc_rdma_recv_ctxt_alloc()145 ctxt->rc_recv_wr.sg_list = &ctxt->rc_recv_sge; in svc_rdma_recv_ctxt_alloc()146 ctxt->rc_recv_wr.num_sge = 1; in svc_rdma_recv_ctxt_alloc()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()285 rc_recv_wr); in svc_rdma_refresh_recvs()
180 struct ib_recv_wr rc_recv_wr; member