Searched refs:rc_recv_wr (Results 1 – 2 of 2) sorted by relevance
147 ctxt->rc_recv_wr.next = NULL; in svc_rdma_recv_ctxt_alloc()148 ctxt->rc_recv_wr.wr_cqe = &ctxt->rc_cqe; in svc_rdma_recv_ctxt_alloc()149 ctxt->rc_recv_wr.sg_list = &ctxt->rc_recv_sge; in svc_rdma_recv_ctxt_alloc()150 ctxt->rc_recv_wr.num_sge = 1; in svc_rdma_recv_ctxt_alloc()273 ctxt->rc_recv_wr.next = recv_chain; in svc_rdma_refresh_recvs()274 recv_chain = &ctxt->rc_recv_wr; in svc_rdma_refresh_recvs()289 rc_recv_wr); in svc_rdma_refresh_recvs()
180 struct ib_recv_wr rc_recv_wr; member