Lines Matching defs:last
493 struct ib_send_wr *first, **prev, *last;
513 last = &frwr->fr_invwr;
514 last->next = NULL;
515 last->wr_cqe = &frwr->fr_cqe;
516 last->sg_list = NULL;
517 last->num_sge = 0;
518 last->opcode = IB_WR_LOCAL_INV;
519 last->send_flags = IB_SEND_SIGNALED;
520 last->ex.invalidate_rkey = mr->mr_handle;
522 *prev = last;
523 prev = &last->next;
527 * last WR in the chain completes, all WRs in the chain
599 struct ib_send_wr *first, *last, **prev;
617 last = &frwr->fr_invwr;
618 last->next = NULL;
619 last->wr_cqe = &frwr->fr_cqe;
620 last->sg_list = NULL;
621 last->num_sge = 0;
622 last->opcode = IB_WR_LOCAL_INV;
623 last->send_flags = IB_SEND_SIGNALED;
624 last->ex.invalidate_rkey = mr->mr_handle;
626 *prev = last;
627 prev = &last->next;
631 * last WR in the chain completes, all WRs in the chain
632 * are complete. The last completion will wake up the