Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/amr/
H A Damrvar.h251 int (* amr_submit_command)(struct amr_command *ac); member
H A Damr.c214 sc->amr_submit_command = amr_quartz_submit_command; in amr_attach()
219 sc->amr_submit_command = amr_std_submit_command; in amr_attach()
1634 if (sc->amr_submit_command(ac) == EBUSY) { in amr_setup_data()
1673 if (sc->amr_submit_command(ac) == EBUSY) { in amr_setup_ccb()
1708 if (sc->amr_submit_command(ac) == EBUSY) { in amr_mapcmd()