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()261 ret = ib_post_recv(rdma->sc_qp, &ctxt->rc_recv_wr, NULL); in __svc_rdma_post_recv()
133 struct ib_recv_wr rc_recv_wr; member