Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_core.c511 u32 copy_bytes, ring_bytes; in netup_unidvb_ring_copy() local
523 ring_bytes = dma->ring_buffer_size - dma->data_offset; in netup_unidvb_ring_copy()
524 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy()
525 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()
536 ring_bytes = dma->data_size; in netup_unidvb_ring_copy()
537 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy()
538 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()