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

  /src/sys/dev/usb/
xhcivar.h 66 struct xhci_ring { struct
80 struct xhci_ring *xs_xr[XHCI_MAX_DCI + 1];
129 struct xhci_ring *sc_cr; /* command ring */
130 struct xhci_ring *sc_er; /* event ring */
xhci.c 169 static void xhci_host_dequeue(struct xhci_ring * const);
188 struct xhci_ring **, size_t, size_t);
190 struct xhci_ring ** const);
530 xhci_ring_trbv(struct xhci_ring * const xr, u_int idx)
536 xhci_ring_trbp(struct xhci_ring * const xr, u_int idx)
561 xhci_trb_get_idx(struct xhci_ring *xr, uint64_t trb_0, int *idx)
2028 struct xhci_ring * const xr = xs->xs_xr[dci];
2242 xhci_host_dequeue(struct xhci_ring * const xr)
2316 struct xhci_ring * const tr = xs->xs_xr[dci];
2366 struct xhci_ring * const tr = xs->xs_xr[dci]
    [all...]

Completed in 13 milliseconds