Home
last modified time | relevance | path

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

/openbmc/linux/drivers/uio/
H A Duio_hv_generic.c39 #define HV_RING_SIZE 512 /* pages */ macro
155 .size = 2 * HV_RING_SIZE * PAGE_SIZE,
165 const size_t ring_bytes = HV_RING_SIZE * PAGE_SIZE; in hv_uio_new_channel()
263 ret = vmbus_alloc_ring(channel, HV_RING_SIZE * PAGE_SIZE, in hv_uio_probe()
264 HV_RING_SIZE * PAGE_SIZE); in hv_uio_probe()