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

/net/rds/
H A Dib_send.c189 switch (send->s_wr.opcode) {
213 __func__, send->s_wr.opcode);
217 send->s_wr.opcode = 0xdead;
232 send->s_wr.wr_id = i;
233 send->s_wr.sg_list = send->s_sge;
234 send->s_wr.ex.imm_data = 0;
251 if (send->s_op && send->s_wr.opcode != 0xdead)
313 if (send->s_wr.send_flags & IB_SEND_SIGNALED)
506 send->s_wr.send_flags |= IB_SEND_SIGNALED;
667 send->s_wr
[all...]
H A Diw_send.c140 send->s_wr.next = NULL;
141 send->s_wr.wr_id = i;
142 send->s_wr.sg_list = send->s_sge;
143 send->s_wr.num_sge = 1;
144 send->s_wr.opcode = IB_WR_SEND;
145 send->s_wr.send_flags = 0;
146 send->s_wr.ex.imm_data = 0;
181 if (send->s_wr.opcode == 0xdead)
249 switch (send->s_wr.opcode) {
264 __func__, send->s_wr
[all...]
H A 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);
H A Dib.h72 struct ib_send_wr s_wr; member in struct:rds_ib_send_work
H A Diw.h80 struct ib_send_wr s_wr; member in struct:rds_iw_send_work

Completed in 10 milliseconds