Searched refs:sc_hash_tds (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dohcivar.h100 LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE]; member in struct:ohci_softc
H A Dohci.c667 LIST_INIT(&sc->sc_hash_tds[i]);
1879 LIST_INSERT_HEAD(&sc->sc_hash_tds[h], std, hnext);
1897 for (std = LIST_FIRST(&sc->sc_hash_tds[h]);

Completed in 163 milliseconds