amr_command
struct amr_command *ac;
struct amr_command *ac;
struct amr_command *ac;
static void amr_completeio(struct amr_command *ac);
struct amr_command *ac;
amr_completeio(struct amr_command *ac)
amr_bio_command(struct amr_softc *sc, struct amr_command **acp)
struct amr_command *ac;
static int amr_bio_command(struct amr_softc *sc, struct amr_command **acp);
static int amr_wait_command(struct amr_command *ac);
static int amr_mapcmd(struct amr_command *ac);
static void amr_unmapcmd(struct amr_command *ac);
static int amr_start(struct amr_command *ac);
amr_wait_command(struct amr_command *ac)
amr_std_poll_command(struct amr_command *ac)
static void amr_abort_load(struct amr_command *ac);
struct amr_command *ac = arg;
static int amr_quartz_submit_command(struct amr_command *ac);
amr_quartz_poll_command(struct amr_command *ac)
static int amr_quartz_poll_command(struct amr_command *ac);
static int amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *ac);
amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *ac)
static int amr_std_submit_command(struct amr_command *ac);
static int amr_std_poll_command(struct amr_command *ac);
amr_freeslot(struct amr_command *ac)
struct amr_command *ac = (struct amr_command *)arg;
struct amr_command *ac = arg;
struct amr_command *ac = arg;
static void amr_printcommand(struct amr_command *ac);
amr_mapcmd(struct amr_command *ac)
amr_unmapcmd(struct amr_command *ac)
amr_abort_load(struct amr_command *ac)
amr_start(struct amr_command *ac)
struct amr_command *ac;
struct amr_command *ac;
struct amr_command *
struct amr_command *ac;
amr_releasecmd(struct amr_command *ac)
struct amr_command *ac;
amr_quartz_submit_command(struct amr_command *ac)
amr_std_submit_command(struct amr_command *ac)
struct amr_command *ac;
amr_printcommand(struct amr_command *ac)
struct amr_command *ac;
struct amr_command *ac;
amr_cam_command(struct amr_softc *sc, struct amr_command **acp)
struct amr_command *ac;
amr_cam_complete(struct amr_command *ac)
static void amr_cam_complete(struct amr_command *ac);
static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
typedef STAILQ_HEAD(, amr_command) ac_qhead_t;
typedef STAILQ_ENTRY(amr_command) ac_link_t;
void (* ac_complete)(struct amr_command *ac);
struct amr_command acc_command[0];
sizeof(struct amr_command))
struct amr_command *amr_busycmd[AMR_MAXCMD];
int (* amr_submit_command)(struct amr_command *ac);
int (*amr_poll_command)(struct amr_command *ac);
int (*amr_poll_command1)(struct amr_softc *sc, struct amr_command *ac);
int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp);
extern struct amr_command *amr_alloccmd(struct amr_softc *sc);
extern void amr_releasecmd(struct amr_command *ac);
amr_enqueue_ready(struct amr_command *ac)
amr_requeue_ready(struct amr_command *ac)
static __inline struct amr_command *
struct amr_command *ac;
amr_enqueue_completed(struct amr_command *ac, ac_qhead_t *head)
static __inline struct amr_command *
struct amr_command *ac;
amr_enqueue_free(struct amr_command *ac)
static __inline struct amr_command *
struct amr_command *ac;