Home
last modified time | relevance | path

Searched refs:sc_freetds (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/usb/
Duhcivar.h138 struct uhci_soft_td *sc_freetds; /* TD free list */ member
Dohcivar.h105 struct ohci_soft_td *sc_freetds; member
Dohci.c440 if (sc->sc_freetds == NULL) { in ohci_alloc_std()
450 std->nexttd = sc->sc_freetds; in ohci_alloc_std()
451 sc->sc_freetds = std; in ohci_alloc_std()
455 std = sc->sc_freetds; in ohci_alloc_std()
456 sc->sc_freetds = std->nexttd; in ohci_alloc_std()
474 std->nexttd = sc->sc_freetds; in ohci_free_std()
475 sc->sc_freetds = std; in ohci_free_std()
Duhci.c1422 if (sc->sc_freetds == NULL) { in uhci_alloc_std()
1432 std->link.std = sc->sc_freetds; in uhci_alloc_std()
1433 sc->sc_freetds = std; in uhci_alloc_std()
1437 std = sc->sc_freetds; in uhci_alloc_std()
1438 sc->sc_freetds = std->link.std; in uhci_alloc_std()
1461 std->link.std = sc->sc_freetds; in uhci_free_std()
1462 sc->sc_freetds = std; in uhci_free_std()