Searched refs:sc_freetds (Results 1 – 4 of 4) sorted by relevance
138 struct uhci_soft_td *sc_freetds; /* TD free list */ member
105 struct ohci_soft_td *sc_freetds; member
440 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()
1422 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()