Home
last modified time | relevance | path

Searched refs:amrd_controller (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/raid/amr/
H A Damr_disk.c126 if (sc->amrd_controller->amr_state & AMR_STATE_SHUTDOWN) in amrd_open()
149 amr_sc = (struct amr_softc *)amrd_sc->amrd_controller; in amrd_dump()
182 amr_submit_bio(sc->amrd_controller, bio); in amrd_strategy()
236 sc->amrd_controller = (struct amr_softc *)device_get_softc(parent); in amrd_attach()
H A Damrvar.h291 struct amr_softc *amrd_controller; member