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

/freebsd-11-stable/sys/dev/amr/
H A Damr_cam.c92 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
200 sc->amr_cam_command = amr_cam_command;
417 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) function
H A Damrvar.h257 int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp); member in struct:amr_softc
H A Damr.c1216 if ((ac == NULL) && (sc->amr_cam_command != NULL))
1217 sc->amr_cam_command(sc, &ac);

Completed in 121 milliseconds