Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otus.c146 static void otus_free_list(struct otus_softc *, struct otus_data [], int);
1002 otus_free_list(sc, data, ndata); in otus_alloc_list()
1062 otus_free_list(sc, sc->sc_tx, OTUS_TX_LIST_COUNT); in otus_free_tx_list()
1072 otus_free_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT); in otus_free_rx_list()
1076 otus_free_list(struct otus_softc *sc, struct otus_data data[], int ndata) in otus_free_list() function