Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/uio/
Duio_hv_generic.c167 const size_t ring_bytes = SZ_2M; in hv_uio_new_channel() local
171 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0, in hv_uio_new_channel()
/linux-6.12.1/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_core.c541 u32 copy_bytes, ring_bytes; in netup_unidvb_ring_copy() local
553 ring_bytes = dma->ring_buffer_size - dma->data_offset; in netup_unidvb_ring_copy()
554 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy()
555 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()
566 ring_bytes = dma->data_size; in netup_unidvb_ring_copy()
567 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy()
568 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()