Lines Matching refs:sc_send_wr
140 ctxt->sc_send_wr.next = NULL; in svc_rdma_send_ctxt_alloc()
141 ctxt->sc_send_wr.wr_cqe = &ctxt->sc_cqe; in svc_rdma_send_ctxt_alloc()
142 ctxt->sc_send_wr.sg_list = ctxt->sc_sges; in svc_rdma_send_ctxt_alloc()
143 ctxt->sc_send_wr.send_flags = IB_SEND_SIGNALED; in svc_rdma_send_ctxt_alloc()
209 ctxt->sc_send_wr.num_sge = 0; in svc_rdma_send_ctxt_get()
212 ctxt->sc_wr_chain = &ctxt->sc_send_wr; in svc_rdma_send_ctxt_get()
238 for (i = 1; i < ctxt->sc_send_wr.num_sge; i++) { in svc_rdma_send_ctxt_release()
342 struct ib_send_wr *send_wr = &ctxt->sc_send_wr; in svc_rdma_post_send()
580 ctxt->sc_send_wr.num_sge++; in svc_rdma_page_dma_map()
830 sctxt->sc_send_wr.num_sge = 1; in svc_rdma_map_reply_msg()
885 struct ib_send_wr *send_wr = &sctxt->sc_send_wr; in svc_rdma_send_reply_msg()
966 sctxt->sc_send_wr.num_sge = 1; in svc_rdma_send_error_msg()
967 sctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_send_error_msg()