Lines Matching refs:next
636 if (wr->next->opcode == IB_WR_SEND)
639 wcwr->stag_inv = cpu_to_be32(wr->next->ex.invalidate_rkey);
644 if (wr->next->send_flags & IB_SEND_INLINE)
645 build_immd_cmpl(sq, &wcwr->u_cmpl.immd_src, wr->next);
648 &wcwr->u_cmpl.isgl_src, wr->next->sg_list, 1, NULL);
692 bool send_signaled = (wr->next->send_flags & IB_SEND_SIGNALED) ||
733 if (wr->next->opcode == IB_WR_SEND)
741 swsqe->wr_id = wr->next->wr_id;
1030 wr = wr->next;
1073 wr = wr->next;
1124 wr && wr->next && !wr->next->next &&
1127 (wr->next->opcode == IB_WR_SEND ||
1128 wr->next->opcode == IB_WR_SEND_WITH_INV) &&
1129 wr->next->sg_list[0].length == T4_WRITE_CMPL_MAX_CQE &&
1130 wr->next->num_sge == 1 && num_wrs >= 2) {
1246 wr = wr->next;
1328 wr = wr->next;
1415 wr = wr->next;