Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dib_send.c157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()
183 __func__, send->s_wr.opcode); in rds_ib_send_unmap_op()
187 send->s_wr.opcode = 0xdead; in rds_ib_send_unmap_op()
202 send->s_wr.wr_id = i; in rds_ib_send_init_ring()
203 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()
204 send->s_wr.ex.imm_data = 0; in rds_ib_send_init_ring()
222 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring()
275 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler()
467 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()
656 send->s_wr in rds_ib_xmit()
[all...]
H A Dib_frmr.c272 struct ib_send_wr *s_wr; in rds_ib_post_inv() local
289 s_wr = &frmr->fr_wr; in rds_ib_post_inv()
291 memset(s_wr, 0, sizeof(*s_wr)); in rds_ib_post_inv()
292 s_wr->wr_id = (unsigned long)(void *)ibmr; in rds_ib_post_inv()
293 s_wr->opcode = IB_WR_LOCAL_INV; in rds_ib_post_inv()
294 s_wr->ex.invalidate_rkey = frmr->mr->rkey; in rds_ib_post_inv()
295 s_wr->send_flags = IB_SEND_SIGNALED; in rds_ib_post_inv()
297 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
H A Dib.h104 struct ib_send_wr s_wr; member