Symbol: aac_command
sys/dev/ic/aac.c
1007
struct aac_command *cm;
sys/dev/ic/aac.c
101
int aac_bio_command(struct aac_softc *, struct aac_command **);
sys/dev/ic/aac.c
102
void aac_bio_complete(struct aac_command *);
sys/dev/ic/aac.c
103
int aac_wait_command(struct aac_command *, int);
sys/dev/ic/aac.c
1039
struct aac_command *cm = arg;
sys/dev/ic/aac.c
1100
aac_unmap_command(struct aac_command *cm)
sys/dev/ic/aac.c
111
void aac_unmap_command(struct aac_command *);
sys/dev/ic/aac.c
112
int aac_wait_command(struct aac_command *, int);
sys/dev/ic/aac.c
114
void aac_scrub_command(struct aac_command *);
sys/dev/ic/aac.c
1275
sc->aac_commands = malloc(AAC_MAX_FIBS * sizeof(struct aac_command),
sys/dev/ic/aac.c
1592
aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm)
sys/dev/ic/aac.c
1694
struct aac_command *cm;
sys/dev/ic/aac.c
1783
aac_command_timeout(struct aac_command *cm)
sys/dev/ic/aac.c
1813
struct aac_command *cm;
sys/dev/ic/aac.c
2175
struct aac_command *cm;
sys/dev/ic/aac.c
464
struct aac_command *cm;
sys/dev/ic/aac.c
516
aac_map_command(struct aac_command *cm)
sys/dev/ic/aac.c
651
struct aac_command *cm;
sys/dev/ic/aac.c
694
aac_bio_command(struct aac_softc *sc, struct aac_command **cmp)
sys/dev/ic/aac.c
696
struct aac_command *cm;
sys/dev/ic/aac.c
802
aac_bio_complete(struct aac_command *cm)
sys/dev/ic/aac.c
84
int aac_enqueue_fib(struct aac_softc *, int, struct aac_command *);
sys/dev/ic/aac.c
842
aac_wait_command(struct aac_command *cm, int msecs)
sys/dev/ic/aac.c
875
struct aac_command *cm;
sys/dev/ic/aac.c
886
aac_scrub_command(struct aac_command *cm)
sys/dev/ic/aac.c
905
struct aac_command *cm = xcm;
sys/dev/ic/aac.c
919
struct aac_command *cm;
sys/dev/ic/aac.c
98
void aac_command_timeout(struct aac_command *);
sys/dev/ic/aac.c
99
int aac_map_command(struct aac_command *);
sys/dev/ic/aacvar.h
249
TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
sys/dev/ic/aacvar.h
277
void (*cm_complete)(struct aac_command *);
sys/dev/ic/aacvar.h
292
struct aac_command *aac_commands;
sys/dev/ic/aacvar.h
343
struct aac_command *aac_commands;
sys/dev/ic/aacvar.h
348
TAILQ_HEAD(,aac_command) aac_free; /* command structures
sys/dev/ic/aacvar.h
350
TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
sys/dev/ic/aacvar.h
352
TAILQ_HEAD(,aac_command) aac_busy;
sys/dev/ic/aacvar.h
353
TAILQ_HEAD(,aac_command) aac_bio;
sys/dev/ic/aacvar.h
492
aac_enqueue_ ## name (struct aac_command *cm) \
sys/dev/ic/aacvar.h
505
aac_requeue_ ## name (struct aac_command *cm) \
sys/dev/ic/aacvar.h
517
static __inline struct aac_command * \
sys/dev/ic/aacvar.h
520
struct aac_command *cm; \
sys/dev/ic/aacvar.h
537
aac_remove_ ## name (struct aac_command *cm) \