Lines Matching defs:buffer_tail
136 struct descriptor_buffer *buffer_tail;
1186 ctx->buffer_tail = list_entry(ctx->buffer_list.next,
1197 memset(ctx->buffer_tail->buffer, 0, sizeof(*ctx->buffer_tail->buffer));
1198 ctx->buffer_tail->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST);
1199 ctx->buffer_tail->buffer->transfer_status = cpu_to_le16(0x8011);
1200 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer);
1201 ctx->last = ctx->buffer_tail->buffer;
1202 ctx->prev = ctx->buffer_tail->buffer;
1224 struct descriptor_buffer *desc = ctx->buffer_tail;
1241 ctx->buffer_tail = desc;
1267 struct descriptor_buffer *desc = ctx->buffer_tail;