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

  /src/sys/dev/usb/
ohcivar.h 49 struct ohci_soft_td *nexttd; /* mirrors nexttd in TD */ member in struct:ohci_soft_td
68 struct ohci_soft_itd *nextitd; /* mirrors nexttd in ITD */
ohci.c 497 std->nexttd = sc->sc_freetds;
504 sc->sc_freetds = std->nexttd;
508 std->nexttd = NULL;
521 std->nexttd = sc->sc_freetds;
674 cur->nexttd = next;
711 cur->nexttd = NULL;
1577 n = p->nexttd;
1978 for (; std; std = std->nexttd) {
1980 KASSERTMSG(std->nexttd == NULL || std != std->nexttd,
    [all...]

Completed in 13 milliseconds