Searched refs:sc_send_wr (Results 1 – 4 of 4) sorted by relevance
148 ctxt->sc_send_wr.next = NULL; in svc_rdma_send_ctxt_alloc()149 ctxt->sc_send_wr.wr_cqe = &ctxt->sc_cqe; in svc_rdma_send_ctxt_alloc()150 ctxt->sc_send_wr.sg_list = ctxt->sc_sges; in svc_rdma_send_ctxt_alloc()151 ctxt->sc_send_wr.send_flags = IB_SEND_SIGNALED; in svc_rdma_send_ctxt_alloc()207 ctxt->sc_send_wr.num_sge = 0; in svc_rdma_send_ctxt_get()236 for (i = 1; i < ctxt->sc_send_wr.num_sge; i++) in svc_rdma_send_ctxt_put()528 ctxt->sc_send_wr.num_sge++; in svc_rdma_dma_map_page()560 ctxt->sc_send_wr.num_sge++; in svc_rdma_sync_reply_hdr()699 ctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_send_reply_msg()701 ctxt->sc_send_wr.ex.invalidate_rkey = in svc_rdma_send_reply_msg()[all …]
131 ctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_bc_sendto()132 return svc_rdma_send(rdma, &ctxt->sc_send_wr); in svc_rdma_bc_sendto()
628 ctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_send_error()629 ret = svc_rdma_send(xprt, &ctxt->sc_send_wr); in svc_rdma_send_error()
142 struct ib_send_wr sc_send_wr; member