Symbol: amr_command
sys/dev/raid/amr/amr.c
1016
struct amr_command *ac;
sys/dev/raid/amr/amr.c
1075
struct amr_command *ac;
sys/dev/raid/amr/amr.c
1112
struct amr_command *ac;
sys/dev/raid/amr/amr.c
114
static void amr_completeio(struct amr_command *ac);
sys/dev/raid/amr/amr.c
1157
struct amr_command *ac;
sys/dev/raid/amr/amr.c
1194
amr_completeio(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1225
amr_bio_command(struct amr_softc *sc, struct amr_command **acp)
sys/dev/raid/amr/amr.c
1227
struct amr_command *ac;
sys/dev/raid/amr/amr.c
126
static int amr_bio_command(struct amr_softc *sc, struct amr_command **acp);
sys/dev/raid/amr/amr.c
127
static int amr_wait_command(struct amr_command *ac);
sys/dev/raid/amr/amr.c
128
static int amr_mapcmd(struct amr_command *ac);
sys/dev/raid/amr/amr.c
129
static void amr_unmapcmd(struct amr_command *ac);
sys/dev/raid/amr/amr.c
130
static int amr_start(struct amr_command *ac);
sys/dev/raid/amr/amr.c
1311
amr_wait_command(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1336
amr_std_poll_command(struct amr_command *ac)
sys/dev/raid/amr/amr.c
135
static void amr_abort_load(struct amr_command *ac);
sys/dev/raid/amr/amr.c
1369
struct amr_command *ac = arg;
sys/dev/raid/amr/amr.c
140
static int amr_quartz_submit_command(struct amr_command *ac);
sys/dev/raid/amr/amr.c
1403
amr_quartz_poll_command(struct amr_command *ac)
sys/dev/raid/amr/amr.c
142
static int amr_quartz_poll_command(struct amr_command *ac);
sys/dev/raid/amr/amr.c
143
static int amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *ac);
sys/dev/raid/amr/amr.c
1434
amr_quartz_poll_command1(struct amr_softc *sc, struct amr_command *ac)
sys/dev/raid/amr/amr.c
145
static int amr_std_submit_command(struct amr_command *ac);
sys/dev/raid/amr/amr.c
147
static int amr_std_poll_command(struct amr_command *ac);
sys/dev/raid/amr/amr.c
1501
amr_freeslot(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1526
struct amr_command *ac = (struct amr_command *)arg;
sys/dev/raid/amr/amr.c
1571
struct amr_command *ac = arg;
sys/dev/raid/amr/amr.c
1606
struct amr_command *ac = arg;
sys/dev/raid/amr/amr.c
161
static void amr_printcommand(struct amr_command *ac);
sys/dev/raid/amr/amr.c
1643
amr_mapcmd(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1681
amr_unmapcmd(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1707
amr_abort_load(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1728
amr_start(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1769
struct amr_command *ac;
sys/dev/raid/amr/amr.c
1823
struct amr_command *ac;
sys/dev/raid/amr/amr.c
1881
struct amr_command *
sys/dev/raid/amr/amr.c
1884
struct amr_command *ac;
sys/dev/raid/amr/amr.c
1911
amr_releasecmd(struct amr_command *ac)
sys/dev/raid/amr/amr.c
1925
struct amr_command *ac;
sys/dev/raid/amr/amr.c
2010
amr_quartz_submit_command(struct amr_command *ac)
sys/dev/raid/amr/amr.c
2052
amr_std_submit_command(struct amr_command *ac)
sys/dev/raid/amr/amr.c
2352
struct amr_command *ac;
sys/dev/raid/amr/amr.c
2396
amr_printcommand(struct amr_command *ac)
sys/dev/raid/amr/amr.c
517
struct amr_command *ac;
sys/dev/raid/amr/amr.c
716
struct amr_command *ac;
sys/dev/raid/amr/amr_cam.c
415
amr_cam_command(struct amr_softc *sc, struct amr_command **acp)
sys/dev/raid/amr/amr_cam.c
417
struct amr_command *ac;
sys/dev/raid/amr/amr_cam.c
543
amr_cam_complete(struct amr_command *ac)
sys/dev/raid/amr/amr_cam.c
86
static void amr_cam_complete(struct amr_command *ac);
sys/dev/raid/amr/amr_cam.c
87
static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
sys/dev/raid/amr/amrvar.h
107
typedef STAILQ_HEAD(, amr_command) ac_qhead_t;
sys/dev/raid/amr/amrvar.h
108
typedef STAILQ_ENTRY(amr_command) ac_link_t;
sys/dev/raid/amr/amrvar.h
147
void (* ac_complete)(struct amr_command *ac);
sys/dev/raid/amr/amrvar.h
167
struct amr_command acc_command[0];
sys/dev/raid/amr/amrvar.h
171
sizeof(struct amr_command))
sys/dev/raid/amr/amrvar.h
231
struct amr_command *amr_busycmd[AMR_MAXCMD];
sys/dev/raid/amr/amrvar.h
253
int (* amr_submit_command)(struct amr_command *ac);
sys/dev/raid/amr/amrvar.h
255
int (*amr_poll_command)(struct amr_command *ac);
sys/dev/raid/amr/amrvar.h
256
int (*amr_poll_command1)(struct amr_softc *sc, struct amr_command *ac);
sys/dev/raid/amr/amrvar.h
261
int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp);
sys/dev/raid/amr/amrvar.h
281
extern struct amr_command *amr_alloccmd(struct amr_softc *sc);
sys/dev/raid/amr/amrvar.h
282
extern void amr_releasecmd(struct amr_command *ac);
sys/dev/raid/amr/amrvar.h
333
amr_enqueue_ready(struct amr_command *ac)
sys/dev/raid/amr/amrvar.h
340
amr_requeue_ready(struct amr_command *ac)
sys/dev/raid/amr/amrvar.h
346
static __inline struct amr_command *
sys/dev/raid/amr/amrvar.h
349
struct amr_command *ac;
sys/dev/raid/amr/amrvar.h
357
amr_enqueue_completed(struct amr_command *ac, ac_qhead_t *head)
sys/dev/raid/amr/amrvar.h
363
static __inline struct amr_command *
sys/dev/raid/amr/amrvar.h
366
struct amr_command *ac;
sys/dev/raid/amr/amrvar.h
374
amr_enqueue_free(struct amr_command *ac)
sys/dev/raid/amr/amrvar.h
380
static __inline struct amr_command *
sys/dev/raid/amr/amrvar.h
383
struct amr_command *ac;