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

/freebsd-10.3-release/sys/dev/mfi/
H A Dmfi_syspd.c110 sc->pd_controller = device_get_softc(device_get_parent(dev));
115 mtx_lock(&sc->pd_controller->mfi_io_lock);
116 TAILQ_INSERT_TAIL(&sc->pd_controller->mfi_syspd_tqh, sc, pd_link);
117 TAILQ_FOREACH(syspd_pend, &sc->pd_controller->mfi_syspd_pend_tqh,
119 TAILQ_REMOVE(&sc->pd_controller->mfi_syspd_pend_tqh,
124 mtx_unlock(&sc->pd_controller->mfi_io_lock);
129 sc->pd_disk->d_maxsize = min(sc->pd_controller->mfi_max_io * secsize,
130 (sc->pd_controller->mfi_max_sge - 1) * PAGE_SIZE);
161 mtx_lock(&sc->pd_controller->mfi_io_lock);
164 (sc->pd_controller
[all...]
H A Dmfivar.h156 struct mfi_softc *pd_controller; member in struct:mfi_system_pd

Completed in 99 milliseconds