Home
last modified time | relevance | path

Searched defs:xhci_endp_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h129 struct xhci_endp_ctx { struct
130 uint32_t dwEpCtx0;
141 uint32_t dwEpCtx1;
152 uint64_t qwEpCtx2;
156 uint32_t dwEpCtx4;
184 struct xhci_endp_ctx u_ep[XHCI_MAX_ENDPOINTS]; argument
/freebsd/sys/dev/usb/controller/
H A Dxhci.h118 struct xhci_endp_ctx { struct
119 volatile uint32_t dwEpCtx0;
138 volatile uint32_t dwEpCtx1;
164 struct xhci_endp_ctx ctx; argument