Searched refs:s_wr (Results 1 – 3 of 3) sorted by relevance
161 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()185 __func__, send->s_wr.opcode); in rds_ib_send_unmap_op()189 send->s_wr.opcode = 0xdead; in rds_ib_send_unmap_op()204 send->s_wr.wr_id = i; in rds_ib_send_init_ring()205 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()206 send->s_wr.ex.imm_data = 0; in rds_ib_send_init_ring()223 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring()276 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler()468 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()631 send->s_wr.send_flags = send_flags; in rds_ib_xmit()[all …]
231 struct ib_send_wr *s_wr; in rds_ib_post_inv() local248 s_wr = &frmr->fr_wr; in rds_ib_post_inv()250 memset(s_wr, 0, sizeof(*s_wr)); in rds_ib_post_inv()251 s_wr->wr_id = (unsigned long)(void *)ibmr; in rds_ib_post_inv()252 s_wr->opcode = IB_WR_LOCAL_INV; in rds_ib_post_inv()253 s_wr->ex.invalidate_rkey = frmr->mr->rkey; in rds_ib_post_inv()254 s_wr->send_flags = IB_SEND_SIGNALED; in rds_ib_post_inv()256 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
103 struct ib_send_wr s_wr; member