Lines Matching defs:buffer_tail
136 struct descriptor_buffer *buffer_tail;
1188 ctx->buffer_tail = list_entry(ctx->buffer_list.next,
1199 memset(ctx->buffer_tail->buffer, 0, sizeof(*ctx->buffer_tail->buffer));
1200 ctx->buffer_tail->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST);
1201 ctx->buffer_tail->buffer->transfer_status = cpu_to_le16(0x8011);
1202 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer);
1203 ctx->last = ctx->buffer_tail->buffer;
1204 ctx->prev = ctx->buffer_tail->buffer;
1226 struct descriptor_buffer *desc = ctx->buffer_tail;
1243 ctx->buffer_tail = desc;
1269 struct descriptor_buffer *desc = ctx->buffer_tail;