Searched refs:s_wr (Results 1 – 3 of 3) sorted by relevance
157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()181 __func__, send->s_wr.opcode); in rds_ib_send_unmap_op()185 send->s_wr.opcode = 0xdead; in rds_ib_send_unmap_op()200 send->s_wr.wr_id = i; in rds_ib_send_init_ring()201 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()202 send->s_wr.ex.imm_data = 0; in rds_ib_send_init_ring()220 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring()273 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler()465 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()628 send->s_wr.send_flags = send_flags; in rds_ib_xmit()[all …]
268 struct ib_send_wr *s_wr; in rds_ib_post_inv() local285 s_wr = &frmr->fr_wr; in rds_ib_post_inv()287 memset(s_wr, 0, sizeof(*s_wr)); in rds_ib_post_inv()288 s_wr->wr_id = (unsigned long)(void *)ibmr; in rds_ib_post_inv()289 s_wr->opcode = IB_WR_LOCAL_INV; in rds_ib_post_inv()290 s_wr->ex.invalidate_rkey = frmr->mr->rkey; in rds_ib_post_inv()291 s_wr->send_flags = IB_SEND_SIGNALED; in rds_ib_post_inv()293 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
104 struct ib_send_wr s_wr; member