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

/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h249 int (* amr_submit_command)(struct amr_command *ac); member in struct:amr_softc
H A Damr.c211 sc->amr_submit_command = amr_quartz_submit_command;
216 sc->amr_submit_command = amr_std_submit_command;
1634 if (sc->amr_submit_command(ac) == EBUSY) {
1673 if (sc->amr_submit_command(ac) == EBUSY) {
1708 if (sc->amr_submit_command(ac) == EBUSY) {

Completed in 60 milliseconds