Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c2051 #define GET_RING_ENTRY_FE(_ringp, _idx) \ macro
2120 return (GET_RING_ENTRY_FE(ringp, frp->req_prod_pvt++)); in xvdi_ring_get_request()
2177 return (GET_RING_ENTRY_FE(ringp, frp->rsp_cons++)); in xvdi_ring_get_response()
2183 return (GET_RING_ENTRY_FE(ringp, in xvdi_ring_get_response()