Home
last modified time | relevance | path

Searched refs:amr_cam_command (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/amr/
H A Damr_cam.c87 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
195 sc->amr_cam_command = amr_cam_command; in amr_cam_attach()
415 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) in amr_cam_command() function
H A Damrvar.h261 int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp); member
H A Damr.c1174 if ((ac == NULL) && (sc->amr_cam_command != NULL)) in amr_startio()
1175 sc->amr_cam_command(sc, &ac); in amr_startio()