Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c2050 #define GET_RING_SIZE(_ringp) RING_SIZE(FRONT_RING(ringp)) macro
2053 (_ringp)->xr_entry_size * ((_idx) & (GET_RING_SIZE(_ringp) - 1)))
2056 (_ringp)->xr_entry_size * ((_idx) & (GET_RING_SIZE(_ringp) - 1)))
2066 return (GET_RING_SIZE(ringp) - in xvdi_ring_avail_slots()
2070 return (GET_RING_SIZE(ringp) - in xvdi_ring_avail_slots()