HomeSort by: relevance | last modified time | path
    Searched refs:RING_GET_REQUEST (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
ring.h 227 #define RING_GET_REQUEST(_r, _idx) \
233 * Use this in preference to RING_GET_REQUEST() so all processing is
241 *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 1032 reqn = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_n,
1042 req32 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_32,
1052 req64 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_64,
1199 reqn = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_n,
1224 req32 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_32,
1249 req64 = RING_GET_REQUEST(&xbdi->xbdi_ring.ring_64,
xbd_xenbus.c 1071 req = RING_GET_REQUEST(&sc->sc_ring,
1274 req = RING_GET_REQUEST(&sc->sc_ring, sc->sc_ring.req_prod_pvt);
1335 req = (blkif_request_indirect_t *)RING_GET_REQUEST(&sc->sc_ring,
if_xennet_xenbus.c 846 rxreq = RING_GET_REQUEST(&sc->sc_rx_ring, req_prod + i);
1138 txreq = RING_GET_REQUEST(&sc->sc_tx_ring, prod + i);
xennetback_xenbus.c 792 txreq = RING_GET_REQUEST(&xneti->xni_txring, req_cons);
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front.c 99 req = RING_GET_REQUEST(&evtchnl->u.req.ring,

Completed in 18 milliseconds