Searched refs:sc_send_wr (Results 1 – 4 of 4) sorted by relevance
146 ctxt->sc_send_wr.next = NULL; in svc_rdma_send_ctxt_alloc()147 ctxt->sc_send_wr.wr_cqe = &ctxt->sc_cqe; in svc_rdma_send_ctxt_alloc()148 ctxt->sc_send_wr.sg_list = ctxt->sc_sges; in svc_rdma_send_ctxt_alloc()149 ctxt->sc_send_wr.send_flags = IB_SEND_SIGNALED; in svc_rdma_send_ctxt_alloc()213 ctxt->sc_send_wr.num_sge = 0; in svc_rdma_send_ctxt_get()245 for (i = 1; i < ctxt->sc_send_wr.num_sge; i++) { in svc_rdma_send_ctxt_put()315 struct ib_send_wr *wr = &ctxt->sc_send_wr; in svc_rdma_send()540 ctxt->sc_send_wr.num_sge++; in svc_rdma_page_dma_map()788 sctxt->sc_send_wr.num_sge = 1; in svc_rdma_map_reply_msg()858 sctxt->sc_send_wr.opcode = IB_WR_SEND_WITH_INV; in svc_rdma_send_reply_msg()[all …]
95 sctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_bc_sendto()
155 struct ib_send_wr sc_send_wr; member
2008 const struct ib_send_wr *wr = &ctxt->sc_send_wr;