Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dohci.c149 struct descriptor_buffer *buffer_tail; member
1158 ctx->buffer_tail = list_entry(ctx->buffer_list.next, in context_init()
1169 memset(ctx->buffer_tail->buffer, 0, sizeof(*ctx->buffer_tail->buffer)); in context_init()
1170 ctx->buffer_tail->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST); in context_init()
1171 ctx->buffer_tail->buffer->transfer_status = cpu_to_le16(0x8011); in context_init()
1172 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer); in context_init()
1173 ctx->last = ctx->buffer_tail->buffer; in context_init()
1174 ctx->prev = ctx->buffer_tail->buffer; in context_init()
1196 struct descriptor_buffer *desc = ctx->buffer_tail; in context_get_descriptors()
1213 ctx->buffer_tail = desc; in context_get_descriptors()
[all …]