Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/io/
H A Dring.h51 #define __RING_SIZE(_s, _sz) \ macro
142 (_r)->nr_ents = __RING_SIZE(_s, __size); \
156 (_r)->nr_ents = __RING_SIZE(_s, __size); \
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h57 #define __RING_SIZE(_s, _sz) \ macro
163 (_r)->nr_ents = __RING_SIZE(_s, __size); \
177 (_r)->nr_ents = __RING_SIZE(_s, __size); \
/openbmc/linux/drivers/block/xen-blkback/
H A Dxenbus.c222 size = __RING_SIZE(sring_native, XEN_PAGE_SIZE * nr_grefs); in xen_blkif_map()
232 size = __RING_SIZE(sring_x86_32, XEN_PAGE_SIZE * nr_grefs); in xen_blkif_map()
242 size = __RING_SIZE(sring_x86_64, XEN_PAGE_SIZE * nr_grefs); in xen_blkif_map()