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

  /src/sys/dev/usb/
xhci.c 757 if (xs->xs_idx == 0)
1112 if (xs->xs_idx == 0)
1122 xhci_db_write_4(sc, XHCI_DOORBELL(xs->xs_idx), dci);
1900 xs->xs_idx, dci, pipe->up_endpoint->ue_edesc->bEndpointAddress,
1917 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) |
1938 XHCIHIST_CALLARGS("slot %ju", xs->xs_idx, 0, 0, 0);
1954 XHCIHIST_CALLARGS("slot %ju dci %ju", xs->xs_idx, dci, 0, 0);
1960 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) |
1983 XHCIHIST_CALLARGS("slot %ju dci %ju", xs->xs_idx, dci, 0, 0);
1989 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) |
    [all...]
xhcivar.h 82 u_int xs_idx; /* slot index */ member in struct:xhci_slot

Completed in 15 milliseconds