Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c137 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&sc->xbd_ring, notify); in xbd_flush_requests()
234 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt); in xbd_queue_cb()
235 sc->xbd_ring.req_prod_pvt++; in xbd_queue_cb()
252 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt); in xbd_queue_cb()
253 sc->xbd_ring.req_prod_pvt++; in xbd_queue_cb()
430 while (!RING_FULL(&sc->xbd_ring)) { in xbd_startio()
500 rp = sc->xbd_ring.sring->rsp_prod; in xbd_int()
503 for (i = sc->xbd_ring.rsp_cons; i != rp;) { in xbd_int()
504 bret = RING_GET_RESPONSE(&sc->xbd_ring, i); in xbd_int()
541 sc->xbd_ring.rsp_cons = i; in xbd_int()
[all …]
H A Dblock.h186 blkif_front_ring_t xbd_ring; member