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

  /src/sys/dev/usb/
xhcivar.h 46 uint64_t trb_0; member in struct:xhci_soft_trb
xhci.c 546 xx->xx_trb[idx].trb_0 = parameter;
555 trb->trb_0 = htole64(parameter);
561 xhci_trb_get_idx(struct xhci_ring *xr, uint64_t trb_0, int *idx)
566 /* trb_0 range sanity check */
567 if (trb_0 == 0 || trb_0 < trbp ||
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);
1915 trb.trb_0 = xhci_slot_get_icp(sc, xs, 0)
2418 uint64_t trb_0; local in function:xhci_event_transfer
2599 uint64_t trb_0; local in function:xhci_event_cmd
2637 uint64_t trb_0; local in function:xhci_handle_event
    [all...]
xhcireg.h 401 uint64_t trb_0; member in struct:xhci_trb

Completed in 45 milliseconds