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

/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c141 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&sc->xbd_ring, notify);
237 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt);
238 sc->xbd_ring.req_prod_pvt++;
254 RING_GET_REQUEST(&sc->xbd_ring, sc->xbd_ring.req_prod_pvt);
255 sc->xbd_ring.req_prod_pvt++;
429 while (!RING_FULL(&sc->xbd_ring)) {
499 rp = sc->xbd_ring.sring->rsp_prod;
502 for (i = sc->xbd_ring
[all...]
H A Dblock.h188 blkif_front_ring_t xbd_ring; member in struct:xbd_softc

Completed in 111 milliseconds