Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/uio/
Duio_hv_generic.c157 const size_t ring_bytes = HV_RING_SIZE * PAGE_SIZE; in hv_uio_new_channel() local
161 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0, in hv_uio_new_channel()
/Linux-v4.19/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_core.c544 u32 copy_bytes, ring_bytes; in netup_unidvb_ring_copy() local
556 ring_bytes = dma->ring_buffer_size - dma->data_offset; in netup_unidvb_ring_copy()
557 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy()
558 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()
569 ring_bytes = dma->data_size; in netup_unidvb_ring_copy()
570 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy()
571 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()