Searched refs:xs_ring (Results 1 – 1 of 1) sorted by relevance
127 struct xs_ring { struct155 struct xs_ring *xs_ring; member232 if (xs->xs_ring == NULL) in xs_attach()272 pmap_kremove((vaddr_t)xs->xs_ring, PAGE_SIZE); in xs_attach()275 xs->xs_ring = NULL; in xs_attach()328 xs_ring_avail(struct xs_ring *xsr, int req) in xs_ring_avail()366 if (xs_ring_avail(xs->xs_ring, 1) > 0) in xs_output()378 while (xs->xs_ring->xsr_req_prod != xs->xs_ring->xsr_req_cons) in xs_output()458 struct xs_ring *xsr = xs->xs_ring; in xs_ring_put()485 struct xs_ring *xsr = xs->xs_ring; in xs_ring_get()[all …]