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

  /src/sys/dev/usb/
xhcivar.h 80 struct xhci_ring *xs_xr[XHCI_MAX_DCI + 1]; member in struct:xhci_slot
xhci.c 2028 struct xhci_ring * const xr = xs->xs_xr[dci];
2123 KASSERT(xs->xs_xr[dci] == NULL);
2126 err = xhci_ring_init(sc, &xs->xs_xr[dci], XHCI_TRANSFER_RING_TRBS,
2201 xhci_host_dequeue(xs->xs_xr[dci]);
2214 xhci_ring_free(sc, &xs->xs_xr[dci]);
2215 xs->xs_xr[dci] = NULL;
2316 struct xhci_ring * const tr = xs->xs_xr[dci];
2366 struct xhci_ring * const tr = xs->xs_xr[dci];
2437 xr = xs->xs_xr[dci];
3543 memset(&xs->xs_xr[0], 0, sizeof(xs->xs_xr))
    [all...]

Completed in 22 milliseconds