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

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_syspd.c117 TAILQ_FOREACH(syspd_pend, &sc->pd_controller->mfi_syspd_pend_tqh,
119 TAILQ_REMOVE(&sc->pd_controller->mfi_syspd_pend_tqh,
H A Dmfivar.h315 TAILQ_HEAD(,mfi_system_pending) mfi_syspd_pend_tqh; member in struct:mfi_softc
H A Dmfi.c385 TAILQ_INIT(&sc->mfi_syspd_pend_tqh);
1411 TAILQ_FOREACH(syspd_pend, &sc->mfi_syspd_pend_tqh, pd_link) {
1957 TAILQ_INSERT_TAIL(&sc->mfi_syspd_pend_tqh, syspd_pend, pd_link);

Completed in 68 milliseconds