Home | History | Annotate | Download | only in usb

Lines Matching refs:nexttd

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,
1981 "std %p next %p", std, std->nexttd);
2373 n = p->nexttd;
2861 end->nexttd = stat;
2896 setup->nexttd = next;
2915 stat->nexttd = tail;
2925 tail->nexttd = NULL;
3114 tail->nexttd = NULL;
3130 last->nexttd = tail;
3152 for (tdp = data; tdp != tail; tdp = tdp->nexttd) {
3306 tail->nexttd = NULL;
3323 last->nexttd = tail;