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

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_disk.c108 sc->ld_controller = device_get_softc(device_get_parent(dev));
113 mtx_lock(&sc->ld_controller->mfi_io_lock);
114 TAILQ_INSERT_TAIL(&sc->ld_controller->mfi_ld_tqh, sc, ld_link);
115 TAILQ_FOREACH(ld_pend, &sc->ld_controller->mfi_ld_pend_tqh,
117 TAILQ_REMOVE(&sc->ld_controller->mfi_ld_pend_tqh,
122 mtx_unlock(&sc->ld_controller->mfi_io_lock);
155 sc->ld_disk->d_maxsize = min(sc->ld_controller->mfi_max_io * secsize,
156 (sc->ld_controller->mfi_max_sge - 1) * PAGE_SIZE);
185 mtx_lock(&sc->ld_controller->mfi_io_lock);
188 (sc->ld_controller
[all...]
H A Dmfivar.h138 struct mfi_softc *ld_controller; member in struct:mfi_disk

Completed in 61 milliseconds