Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/amr/
H A Damr.c216 sc->amr_poll_command = amr_quartz_poll_command; in amr_attach()
221 sc->amr_poll_command = amr_std_poll_command; in amr_attach()
1093 if (sc->amr_poll_command(ac)) in amr_enquiry()
1133 if (sc->amr_poll_command(ac)) in amr_flush()
1173 if (sc->amr_poll_command(ac)) in amr_support_ext_cdb()
2407 if (sc->amr_poll_command(ac)) in amr_dump_blocks()
H A Damrvar.h253 int (*amr_poll_command)(struct amr_command *ac); member