Home
last modified time | relevance | path

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

/qemu/include/hw/xen/interface/io/
H A Dusbif.h384 #define USB_URB_RING_SIZE __CONST_RING_SIZE(usbif_urb, USBIF_RING_SIZE)
406 #define USB_CONN_RING_SIZE __CONST_RING_SIZE(usbif_conn, USBIF_RING_SIZE)
H A Dring.h51 #define __CONST_RING_SIZE(_s, _sz) \ macro
/qemu/hw/block/dataplane/
H A Dxen-block.c762 dataplane->max_requests = __CONST_RING_SIZE(blkif, ring_size); in xen_block_dataplane_start()
767 dataplane->max_requests = __CONST_RING_SIZE(blkif_x86_32, ring_size); in xen_block_dataplane_start()
772 dataplane->max_requests = __CONST_RING_SIZE(blkif_x86_64, ring_size); in xen_block_dataplane_start()