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

  /src/sys/dev/usb/
xhcivar.h 69 struct xhci_trb * xr_trb;
xhcireg.h 400 struct xhci_trb { struct
540 #define XHCI_TRB_SIZE sizeof(struct xhci_trb)
xhci.c 529 static inline struct xhci_trb *
552 xhci_trb_put(struct xhci_trb * const trb, uint64_t parameter, uint32_t status,
568 (trb_0 - trbp) % sizeof(struct xhci_trb) != 0 ||
569 (trb_0 - trbp) / sizeof(struct xhci_trb) >= xr->xr_ntrb) {
572 *idx = (trb_0 - trbp) / sizeof(struct xhci_trb);
2416 const struct xhci_trb * const trb)
2611 xhci_event_cmd(struct xhci_softc * const sc, const struct xhci_trb * const trb)
2649 const struct xhci_trb * const trb)
2700 struct xhci_trb *trb;

Completed in 16 milliseconds