Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/os/
H A Dxvdi.c2042 #define GET_RING_SIZE(_ringp) RING_SIZE(FRONT_RING(ringp)) macro
2045 (_ringp)->xr_entry_size * ((_idx) & (GET_RING_SIZE(_ringp) - 1)))
2048 (_ringp)->xr_entry_size * ((_idx) & (GET_RING_SIZE(_ringp) - 1)))
2058 return (GET_RING_SIZE(ringp) - in xvdi_ring_avail_slots()
2062 return (GET_RING_SIZE(ringp) - in xvdi_ring_avail_slots()