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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c1972 while (SLIST_FIRST(&sc->ti_mc_listhead) != NULL) {
1973 mc = SLIST_FIRST(&sc->ti_mc_listhead);
1975 SLIST_REMOVE_HEAD(&sc->ti_mc_listhead, mc_entries);
1992 SLIST_INSERT_HEAD(&sc->ti_mc_listhead, mc, mc_entries);
H A Dif_tireg.h1051 SLIST_HEAD(__ti_mchead, ti_mc_entry) ti_mc_listhead; member in struct:ti_softc

Completed in 141 milliseconds