Home
last modified time | relevance | path

Searched refs:s_wr (Results 1 – 5 of 5) sorted by relevance

/net/rds/
Diw_send.c140 send->s_wr.next = NULL; in rds_iw_send_init_ring()
141 send->s_wr.wr_id = i; in rds_iw_send_init_ring()
142 send->s_wr.sg_list = send->s_sge; in rds_iw_send_init_ring()
143 send->s_wr.num_sge = 1; in rds_iw_send_init_ring()
144 send->s_wr.opcode = IB_WR_SEND; in rds_iw_send_init_ring()
145 send->s_wr.send_flags = 0; in rds_iw_send_init_ring()
146 send->s_wr.ex.imm_data = 0; in rds_iw_send_init_ring()
181 if (send->s_wr.opcode == 0xdead) in rds_iw_send_clear_ring()
249 switch (send->s_wr.opcode) { in rds_iw_send_cq_comp_handler()
264 __func__, send->s_wr.opcode); in rds_iw_send_cq_comp_handler()
[all …]
Dib_send.c189 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()
213 __func__, send->s_wr.opcode); in rds_ib_send_unmap_op()
217 send->s_wr.opcode = 0xdead; in rds_ib_send_unmap_op()
232 send->s_wr.wr_id = i; in rds_ib_send_init_ring()
233 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()
234 send->s_wr.ex.imm_data = 0; in rds_ib_send_init_ring()
251 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring()
313 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cq_comp_handler()
506 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()
668 send->s_wr.send_flags = send_flags; in rds_ib_xmit()
[all …]
Diw_rdma.c731 struct ib_send_wr s_wr, *failed_wr; local
737 memset(&s_wr, 0, sizeof(s_wr));
738 s_wr.wr_id = RDS_IW_LOCAL_INV_WR_ID;
739 s_wr.opcode = IB_WR_LOCAL_INV;
740 s_wr.ex.invalidate_rkey = ibmr->mr->rkey;
741 s_wr.send_flags = IB_SEND_SIGNALED;
743 failed_wr = &s_wr;
744 ret = ib_post_send(ibmr->cm_id->qp, &s_wr, &failed_wr);
Dib.h72 struct ib_send_wr s_wr; member
Diw.h80 struct ib_send_wr s_wr; member