Lines Matching defs:last
101 * Change the last TRB in the prev segment to be a Link TRB which points to the
122 * Set the last TRB in the segment to have a TRB type ID
139 struct cdnsp_segment *last,
144 if (!ring || !first || !last)
149 cdnsp_link_segments(pdev, last, next, ring->type);
156 last->trbs[TRBS_PER_SEGMENT - 1].link.control |=
158 ring->last_seg = last;
324 struct cdnsp_segment **last,
359 *last = prev;
368 * Set the end flag and the cycle toggle bit on the last segment.
428 struct cdnsp_segment *last;
438 ret = cdnsp_alloc_segments_for_ring(pdev, &first, &last, num_segs,
447 last, flags);
455 cdnsp_link_rings(pdev, ring, first, last, num_segs);