Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firewire/
Dohci.c136 struct descriptor_buffer *buffer_tail; member
1141 ctx->buffer_tail = list_entry(ctx->buffer_list.next, in context_init()
1152 memset(ctx->buffer_tail->buffer, 0, sizeof(*ctx->buffer_tail->buffer)); in context_init()
1153 ctx->buffer_tail->buffer->control = cpu_to_le16(DESCRIPTOR_OUTPUT_LAST); in context_init()
1154 ctx->buffer_tail->buffer->transfer_status = cpu_to_le16(0x8011); in context_init()
1155 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer); in context_init()
1156 ctx->last = ctx->buffer_tail->buffer; in context_init()
1157 ctx->prev = ctx->buffer_tail->buffer; in context_init()
1179 struct descriptor_buffer *desc = ctx->buffer_tail; in context_get_descriptors()
1196 ctx->buffer_tail = desc; in context_get_descriptors()
[all …]