Home
last modified time | relevance | path

Searched refs:buffer_tail (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/firewire/
Dohci.c149 struct descriptor_buffer *buffer_tail; member
1154 ctx->buffer_tail = list_entry(ctx->buffer_list.next, in context_init()
1165 memset(ctx->buffer_tail->buffer, 0, sizeof(*ctx->buffer_tail->buffer)); in context_init()
1166 ctx->buffer_tail->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST); in context_init()
1167 ctx->buffer_tail->buffer->transfer_status = cpu_to_le16(0x8011); in context_init()
1168 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer); in context_init()
1169 ctx->last = ctx->buffer_tail->buffer; in context_init()
1170 ctx->prev = ctx->buffer_tail->buffer; in context_init()
1192 struct descriptor_buffer *desc = ctx->buffer_tail; in context_get_descriptors()
1209 ctx->buffer_tail = desc; in context_get_descriptors()
[all …]