Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dohci.c136 struct descriptor_buffer *buffer_tail; member
1145 ctx->buffer_tail = list_entry(ctx->buffer_list.next, in context_init()
1156 memset(ctx->buffer_tail->buffer, 0, sizeof(*ctx->buffer_tail->buffer)); in context_init()
1157 ctx->buffer_tail->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST); in context_init()
1158 ctx->buffer_tail->buffer->transfer_status = cpu_to_le16(0x8011); in context_init()
1159 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer); in context_init()
1160 ctx->last = ctx->buffer_tail->buffer; in context_init()
1161 ctx->prev = ctx->buffer_tail->buffer; in context_init()
1183 struct descriptor_buffer *desc = ctx->buffer_tail; in context_get_descriptors()
1200 ctx->buffer_tail = desc; in context_get_descriptors()
[all …]