Symbol: aac_command
sys/dev/raid/aac/aac.c
100
struct aac_command *cm);
sys/dev/raid/aac/aac.c
1101
struct aac_command *cm;
sys/dev/raid/aac/aac.c
1170
aac_bio_command(struct aac_softc *sc, struct aac_command **cmp)
sys/dev/raid/aac/aac.c
1172
struct aac_command *cm;
sys/dev/raid/aac/aac.c
1298
aac_bio_complete(struct aac_command *cm)
sys/dev/raid/aac/aac.c
1341
aac_wait_command(struct aac_command *cm)
sys/dev/raid/aac/aac.c
1364
aac_alloc_command(struct aac_softc *sc, struct aac_command **cmp)
sys/dev/raid/aac/aac.c
1366
struct aac_command *cm;
sys/dev/raid/aac/aac.c
138
static int aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm);
sys/dev/raid/aac/aac.c
1388
aac_release_command(struct aac_command *cm)
sys/dev/raid/aac/aac.c
1442
struct aac_command *cm;
sys/dev/raid/aac/aac.c
1509
struct aac_command *cm;
sys/dev/raid/aac/aac.c
1538
struct aac_command *cm;
sys/dev/raid/aac/aac.c
1542
cm = (struct aac_command *)arg;
sys/dev/raid/aac/aac.c
1628
aac_unmap_command(struct aac_command *cm)
sys/dev/raid/aac/aac.c
165
static int aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm);
sys/dev/raid/aac/aac.c
2123
aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm)
sys/dev/raid/aac/aac.c
2229
struct aac_command *cm;
sys/dev/raid/aac/aac.c
2325
struct aac_command *cm;
sys/dev/raid/aac/aac.c
2590
aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm)
sys/dev/raid/aac/aac.c
2613
aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm)
sys/dev/raid/aac/aac.c
2965
if (aac_alloc_command(sc, (struct aac_command **)arg)) {
sys/dev/raid/aac/aac.c
2983
struct aac_command *cm;
sys/dev/raid/aac/aac.c
3062
struct aac_command *cm;
sys/dev/raid/aac/aac.c
581
sc->aac_commands = kmalloc(sc->aac_max_fibs * sizeof(struct aac_command),
sys/dev/raid/aac/aac.c
75
static int aac_bio_command(struct aac_softc *sc, struct aac_command **cmp);
sys/dev/raid/aac/aac.c
76
static void aac_bio_complete(struct aac_command *cm);
sys/dev/raid/aac/aac.c
77
static int aac_wait_command(struct aac_command *cm);
sys/dev/raid/aac/aac.c
815
struct aac_command *cm;
sys/dev/raid/aac/aac.c
87
static void aac_unmap_command(struct aac_command *cm);
sys/dev/raid/aac/aac.c
938
struct aac_command *cm;
sys/dev/raid/aac/aac_cam.c
275
struct aac_command *cm;
sys/dev/raid/aac/aac_cam.c
583
aac_cam_complete(struct aac_command *cm)
sys/dev/raid/aac/aac_cam.c
78
static void aac_cam_complete(struct aac_command *);
sys/dev/raid/aac/aacvar.h
157
TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
sys/dev/raid/aac/aacvar.h
188
void (*cm_complete)(struct aac_command *cm);
sys/dev/raid/aac/aacvar.h
199
struct aac_command *aac_commands;
sys/dev/raid/aac/aacvar.h
247
int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
sys/dev/raid/aac/aacvar.h
354
struct aac_command *aac_commands;
sys/dev/raid/aac/aacvar.h
357
TAILQ_HEAD(,aac_command) aac_free; /* command structures
sys/dev/raid/aac/aacvar.h
359
TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
sys/dev/raid/aac/aacvar.h
361
TAILQ_HEAD(,aac_command) aac_busy;
sys/dev/raid/aac/aacvar.h
468
struct aac_command **cmp);
sys/dev/raid/aac/aacvar.h
469
extern void aac_release_command(struct aac_command *cm);
sys/dev/raid/aac/aacvar.h
542
aac_enqueue_ ## name (struct aac_command *cm) \
sys/dev/raid/aac/aacvar.h
553
aac_requeue_ ## name (struct aac_command *cm) \
sys/dev/raid/aac/aacvar.h
563
static __inline struct aac_command * \
sys/dev/raid/aac/aacvar.h
566
struct aac_command *cm; \
sys/dev/raid/aac/aacvar.h
580
aac_remove_ ## name (struct aac_command *cm) \