Symbol: xhci_ring
sys/dev/usb/xhci.c
169
static void xhci_host_dequeue(struct xhci_ring * const);
sys/dev/usb/xhci.c
188
struct xhci_ring **, size_t, size_t);
sys/dev/usb/xhci.c
190
struct xhci_ring ** const);
sys/dev/usb/xhci.c
2028
struct xhci_ring * const xr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
2242
xhci_host_dequeue(struct xhci_ring * const xr)
sys/dev/usb/xhci.c
2316
struct xhci_ring * const tr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
2366
struct xhci_ring * const tr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
2423
struct xhci_ring *xr;
sys/dev/usb/xhci.c
2699
struct xhci_ring * const er = sc->sc_er;
sys/dev/usb/xhci.c
3072
xhci_ring_init(struct xhci_softc * const sc, struct xhci_ring **xrp,
sys/dev/usb/xhci.c
3076
struct xhci_ring *xr;
sys/dev/usb/xhci.c
3082
xr = kmem_zalloc(sizeof(struct xhci_ring), KM_SLEEP);
sys/dev/usb/xhci.c
3088
kmem_free(xr, sizeof(struct xhci_ring));
sys/dev/usb/xhci.c
3104
xhci_ring_free(struct xhci_softc * const sc, struct xhci_ring ** const xr)
sys/dev/usb/xhci.c
3113
kmem_free(*xr, sizeof(struct xhci_ring));
sys/dev/usb/xhci.c
3118
xhci_ring_put(struct xhci_softc * const sc, struct xhci_ring * const xr,
sys/dev/usb/xhci.c
3226
xhci_ring_put_xfer(struct xhci_softc * const sc, struct xhci_ring * const tr,
sys/dev/usb/xhci.c
3240
struct xhci_ring * const cr = sc->sc_cr;
sys/dev/usb/xhci.c
3284
struct xhci_ring * const cr = sc->sc_cr;
sys/dev/usb/xhci.c
3685
struct xhci_ring *xr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
4478
struct xhci_ring * const tr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
4609
struct xhci_ring * const tr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
4764
struct xhci_ring * const tr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
4894
struct xhci_ring * const tr = xs->xs_xr[dci];
sys/dev/usb/xhci.c
530
xhci_ring_trbv(struct xhci_ring * const xr, u_int idx)
sys/dev/usb/xhci.c
536
xhci_ring_trbp(struct xhci_ring * const xr, u_int idx)
sys/dev/usb/xhci.c
561
xhci_trb_get_idx(struct xhci_ring *xr, uint64_t trb_0, int *idx)
sys/dev/usb/xhcivar.h
129
struct xhci_ring *sc_cr; /* command ring */
sys/dev/usb/xhcivar.h
130
struct xhci_ring *sc_er; /* event ring */
sys/dev/usb/xhcivar.h
80
struct xhci_ring *xs_xr[XHCI_MAX_DCI + 1];