Searched refs:ring_bytes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/uio/ |
H A D | uio_hv_generic.c | 156 const size_t ring_bytes = HV_RING_SIZE * PAGE_SIZE; in hv_uio_new_channel() local 160 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0, in hv_uio_new_channel()
|
/kernel/linux/linux-5.10/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb_core.c | 540 u32 copy_bytes, ring_bytes; in netup_unidvb_ring_copy() local 552 ring_bytes = dma->ring_buffer_size - dma->data_offset; in netup_unidvb_ring_copy() 553 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy() 554 buff_bytes : ring_bytes; in netup_unidvb_ring_copy() 565 ring_bytes = dma->data_size; in netup_unidvb_ring_copy() 566 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy() 567 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()
|
/kernel/linux/linux-6.6/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb_core.c | 540 u32 copy_bytes, ring_bytes; in netup_unidvb_ring_copy() local 552 ring_bytes = dma->ring_buffer_size - dma->data_offset; in netup_unidvb_ring_copy() 553 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy() 554 buff_bytes : ring_bytes; in netup_unidvb_ring_copy() 565 ring_bytes = dma->data_size; in netup_unidvb_ring_copy() 566 copy_bytes = (ring_bytes > buff_bytes) ? in netup_unidvb_ring_copy() 567 buff_bytes : ring_bytes; in netup_unidvb_ring_copy()
|
/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio_hv_generic.c | 157 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()
|
Completed in 5 milliseconds