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

/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h103 typedef STAILQ_HEAD(, amr_command) ac_qhead_t;
104 typedef STAILQ_ENTRY(amr_command) ac_link_t;
115 struct amr_command struct
143 void (* ac_complete)(struct amr_command *ac);
163 struct amr_command acc_command[0];
167 sizeof(struct amr_command))
227 struct amr_command *amr_busycmd[AMR_MAXCMD];
249 int (* amr_submit_command)(struct amr_command *ac);
251 int (*amr_poll_command)(struct amr_command *ac);
252 int (*amr_poll_command1)(struct amr_softc *sc, struct amr_command *a
[all...]
H A Damr.c118 static void amr_completeio(struct amr_command *ac);
130 static int amr_bio_command(struct amr_softc *sc, struct amr_command **acp);
131 static int amr_wait_command(struct amr_command *ac) __unused;
132 static int amr_mapcmd(struct amr_command *ac);
133 static void amr_unmapcmd(struct amr_command *ac);
134 static int amr_start(struct amr_command *ac);
139 static void amr_abort_load(struct amr_command *ac);
144 static int amr_quartz_submit_command(struct amr_command *ac);
146 static int amr_quartz_poll_command(struct amr_command *ac);
147 static int amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *a
[all...]
H A Damr_cam.c91 static void amr_cam_complete(struct amr_command *ac);
92 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
417 amr_cam_command(struct amr_softc *sc, struct amr_command **acp)
419 struct amr_command *ac;
545 amr_cam_complete(struct amr_command *ac)

Completed in 112 milliseconds