Searched refs:rc_recv_wr (Results 1 – 2 of 2) sorted by relevance
150 ctxt->rc_recv_wr.next = NULL; in svc_rdma_recv_ctxt_alloc()151 ctxt->rc_recv_wr.wr_cqe = &ctxt->rc_cqe; in svc_rdma_recv_ctxt_alloc()152 ctxt->rc_recv_wr.sg_list = &ctxt->rc_recv_sge; in svc_rdma_recv_ctxt_alloc()153 ctxt->rc_recv_wr.num_sge = 1; in svc_rdma_recv_ctxt_alloc()275 ctxt->rc_recv_wr.next = recv_chain; in svc_rdma_refresh_recvs()276 recv_chain = &ctxt->rc_recv_wr; in svc_rdma_refresh_recvs()291 rc_recv_wr); in svc_rdma_refresh_recvs()
132 struct ib_recv_wr rc_recv_wr; member