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
146 .size = 2 * HV_RING_SIZE * PAGE_SIZE,
156 const size_t ring_bytes = HV_RING_SIZE * PAGE_SIZE; in hv_uio_new_channel()
254 ret = vmbus_alloc_ring(channel, HV_RING_SIZE * PAGE_SIZE, in hv_uio_probe()
255 HV_RING_SIZE * PAGE_SIZE); in hv_uio_probe()