nexttd 413 dev/usb/ohci.c std->nexttd = sc->sc_freetds;
nexttd 421 dev/usb/ohci.c sc->sc_freetds = std->nexttd;
nexttd 423 dev/usb/ohci.c std->nexttd = NULL;
nexttd 438 dev/usb/ohci.c std->nexttd = sc->sc_freetds;
nexttd 495 dev/usb/ohci.c cur->nexttd = next;
nexttd 520 dev/usb/ohci.c cur->nexttd = next;
nexttd 545 dev/usb/ohci.c p = std->nexttd;
nexttd 1383 dev/usb/ohci.c n = p->nexttd;
nexttd 1527 dev/usb/ohci.c data->nexttd = tail;
nexttd 1704 dev/usb/ohci.c stat = stat->nexttd; /* point at free TD */
nexttd 1717 dev/usb/ohci.c setup->nexttd = next;
nexttd 1729 dev/usb/ohci.c stat->nexttd = tail;
nexttd 1935 dev/usb/ohci.c for (; std; std = std->nexttd)
nexttd 2259 dev/usb/ohci.c n = p->nexttd;
nexttd 2900 dev/usb/ohci.c tail = tail->nexttd; /* point at sentinel */
nexttd 2923 dev/usb/ohci.c for (tdp = data; tdp != tail; tdp = tdp->nexttd) {
nexttd 3031 dev/usb/ohci.c data->nexttd = tail;
nexttd 53 dev/usb/ohcivar.h struct ohci_soft_td *nexttd; /* mirrors nexttd in TD */