Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dxhci.c2014 struct xhci_ring * const xr = xs->xs_xr[dci]; in xhci_set_dequeue()
2109 KASSERT(xs->xs_xr[dci] == NULL); in xhci_open()
2112 err = xhci_ring_init(sc, &xs->xs_xr[dci], XHCI_TRANSFER_RING_TRBS, in xhci_open()
2187 xhci_host_dequeue(xs->xs_xr[dci]); in xhci_close_pipe()
2200 xhci_ring_free(sc, &xs->xs_xr[dci]); in xhci_close_pipe()
2201 xs->xs_xr[dci] = NULL; in xhci_close_pipe()
2302 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_pipe_restart_async_task()
2351 struct xhci_ring * const tr = xs->xs_xr[dci]; in xhci_pipe_restart_async()
2422 xr = xs->xs_xr[dci]; in xhci_event_transfer()
3512 memset(&xs->xs_xr[0], 0, sizeof(xs->xs_xr)); in xhci_init_slot()
[all …]
Dxhcivar.h80 struct xhci_ring *xs_xr[XHCI_MAX_DCI + 1]; member