Searched refs:s_wr (Results 1 – 3 of 3) sorted by relevance
155 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()179 __func__, send->s_wr.opcode); in rds_ib_send_unmap_op()183 send->s_wr.opcode = 0xdead; in rds_ib_send_unmap_op()198 send->s_wr.wr_id = i | RDS_IB_SEND_OP; in rds_ib_send_init_ring()199 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()200 send->s_wr.ex.imm_data = 0; in rds_ib_send_init_ring()217 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring()272 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler()464 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()627 send->s_wr.send_flags = send_flags; in rds_ib_xmit()[all …]
703 struct ib_send_wr s_wr, *failed_wr; local709 memset(&s_wr, 0, sizeof(s_wr));710 s_wr.wr_id = RDS_IW_LOCAL_INV_WR_ID;711 s_wr.opcode = IB_WR_LOCAL_INV;712 s_wr.ex.invalidate_rkey = ibmr->mr->rkey;713 s_wr.send_flags = IB_SEND_SIGNALED;715 failed_wr = &s_wr;716 ret = ib_post_send(ibmr->cm_id->qp, &s_wr, &failed_wr);
79 struct ib_send_wr s_wr; member