Lines Matching defs:end
134 * end of the current DMA program.
943 static void *handle_ar_packets(struct ar_context *ctx, void *p, void *end)
947 while (p < end) {
975 void *p, *end;
984 end = ctx->buffer + end_buffer_index * PAGE_SIZE + end_buffer_offset;
989 * all packets up to the buffer end here. If the last packet
990 * wraps around, its tail will be visible after the buffer end
1001 p = handle_ar_packets(ctx, p, end);
1002 if (p != end) {
1003 if (p > end)