Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c858 unsigned int end_buffer_offset) in ar_sync_buffers_for_cpu() argument
869 if (end_buffer_offset > 0) in ar_sync_buffers_for_cpu()
872 end_buffer_offset, DMA_FROM_DEVICE); in ar_sync_buffers_for_cpu()
1025 unsigned int end_buffer_index, end_buffer_offset; in ohci_ar_context_work() local
1032 end_buffer_index = ar_search_last_active_buffer(ctx, &end_buffer_offset); in ohci_ar_context_work()
1033 ar_sync_buffers_for_cpu(ctx, end_buffer_index, end_buffer_offset); in ohci_ar_context_work()
1034 end = ctx->buffer + end_buffer_index * PAGE_SIZE + end_buffer_offset; in ohci_ar_context_work()