Searched refs:mfi_syspd_tqh (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/mfi/
H A Dmfi_syspd.c116 TAILQ_INSERT_TAIL(&sc->pd_controller->mfi_syspd_tqh, sc, pd_link);
174 TAILQ_REMOVE(&sc->pd_controller->mfi_syspd_tqh, sc, pd_link);
H A Dmfivar.h313 TAILQ_HEAD(,mfi_system_pd) mfi_syspd_tqh; member in struct:mfi_softc
H A Dmfi.c389 TAILQ_INIT(&sc->mfi_syspd_tqh);
1413 TAILQ_FOREACH(syspd, &sc->mfi_syspd_tqh, pd_link) {
1425 TAILQ_FOREACH_SAFE(syspd, &sc->mfi_syspd_tqh, pd_link, tmp) {
1609 TAILQ_FOREACH(syspd, &sc->mfi_syspd_tqh,
2806 TAILQ_FOREACH(syspd, &sc->mfi_syspd_tqh, pd_link) {
2871 TAILQ_FOREACH(syspd, &sc->mfi_syspd_tqh,pd_link) {

Completed in 107 milliseconds