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

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_evtchnl.c 47 resp = RING_GET_RESPONSE(&evtchnl->u.req.ring, i);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
ring.h 244 #define RING_GET_RESPONSE(_r, _idx) \
  /src/sys/arch/xen/xen/
if_xennet_xenbus.c 954 req = &sc->sc_txreqs[RING_GET_RESPONSE(&sc->sc_tx_ring, i)->id];
956 RING_GET_RESPONSE(&sc->sc_tx_ring, i)->id);
964 RING_GET_RESPONSE(&sc->sc_tx_ring, i)->status !=
1023 netif_rx_response_t *rx = RING_GET_RESPONSE(&sc->sc_rx_ring, i);
xennetback_xenbus.c 603 txresp = RING_GET_RESPONSE(&xneti->xni_txring, resp_prod);
1089 rxresp = RING_GET_RESPONSE(&xneti->xni_rxring, rsp_prod_pvt + reqcnt);
1142 rxresp = RING_GET_RESPONSE(&xneti->xni_rxring,
xbdback_xenbus.c 1638 resp_n = RING_GET_RESPONSE(&xbdi->xbdi_ring.ring_n,
1645 resp32 = RING_GET_RESPONSE(&xbdi->xbdi_ring.ring_32,
1652 resp64 = RING_GET_RESPONSE(&xbdi->xbdi_ring.ring_64,
xbd_xenbus.c 815 blkif_response_t *rep = RING_GET_RESPONSE(&sc->sc_ring, i);

Completed in 42 milliseconds