Symbol: aac_command
sys/dev/aac/aac.c
104
struct aac_command *cm);
sys/dev/aac/aac.c
1118
struct aac_command *cm;
sys/dev/aac/aac.c
1188
aac_bio_command(struct aac_softc *sc, struct aac_command **cmp)
sys/dev/aac/aac.c
1190
struct aac_command *cm;
sys/dev/aac/aac.c
1314
aac_bio_complete(struct aac_command *cm)
sys/dev/aac/aac.c
1353
aac_wait_command(struct aac_command *cm)
sys/dev/aac/aac.c
1376
aac_alloc_command(struct aac_softc *sc, struct aac_command **cmp)
sys/dev/aac/aac.c
1378
struct aac_command *cm;
sys/dev/aac/aac.c
1400
aac_release_command(struct aac_command *cm)
sys/dev/aac/aac.c
142
static int aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm);
sys/dev/aac/aac.c
1455
struct aac_command *cm;
sys/dev/aac/aac.c
1524
struct aac_command *cm;
sys/dev/aac/aac.c
1552
struct aac_command *cm;
sys/dev/aac/aac.c
1556
cm = (struct aac_command *)arg;
sys/dev/aac/aac.c
1642
aac_unmap_command(struct aac_command *cm)
sys/dev/aac/aac.c
169
static int aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm);
sys/dev/aac/aac.c
2133
aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm)
sys/dev/aac/aac.c
2239
struct aac_command *cm;
sys/dev/aac/aac.c
2335
struct aac_command *cm;
sys/dev/aac/aac.c
2600
aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm)
sys/dev/aac/aac.c
2623
aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm)
sys/dev/aac/aac.c
2944
if (aac_alloc_command(sc, (struct aac_command **)arg)) {
sys/dev/aac/aac.c
2962
struct aac_command *cm;
sys/dev/aac/aac.c
3046
struct aac_command *cm;
sys/dev/aac/aac.c
589
sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command),
sys/dev/aac/aac.c
79
static int aac_bio_command(struct aac_softc *sc, struct aac_command **cmp);
sys/dev/aac/aac.c
80
static void aac_bio_complete(struct aac_command *cm);
sys/dev/aac/aac.c
81
static int aac_wait_command(struct aac_command *cm);
sys/dev/aac/aac.c
819
struct aac_command *cm;
sys/dev/aac/aac.c
91
static void aac_unmap_command(struct aac_command *cm);
sys/dev/aac/aac.c
951
struct aac_command *cm;
sys/dev/aac/aac_cam.c
259
struct aac_command *cm;
sys/dev/aac/aac_cam.c
572
aac_cam_complete(struct aac_command *cm)
sys/dev/aac/aac_cam.c
81
static void aac_cam_complete(struct aac_command *);
sys/dev/aac/aacvar.h
154
TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
sys/dev/aac/aacvar.h
187
void (*cm_complete)(struct aac_command *cm);
sys/dev/aac/aacvar.h
198
struct aac_command *aac_commands;
sys/dev/aac/aacvar.h
246
int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
sys/dev/aac/aacvar.h
351
struct aac_command *aac_commands;
sys/dev/aac/aacvar.h
354
TAILQ_HEAD(,aac_command) aac_free; /* command structures
sys/dev/aac/aacvar.h
356
TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
sys/dev/aac/aacvar.h
358
TAILQ_HEAD(,aac_command) aac_busy;
sys/dev/aac/aacvar.h
465
struct aac_command **cmp);
sys/dev/aac/aacvar.h
466
extern void aac_release_command(struct aac_command *cm);
sys/dev/aac/aacvar.h
539
aac_enqueue_ ## name (struct aac_command *cm) \
sys/dev/aac/aacvar.h
550
aac_requeue_ ## name (struct aac_command *cm) \
sys/dev/aac/aacvar.h
560
static __inline struct aac_command * \
sys/dev/aac/aacvar.h
563
struct aac_command *cm; \
sys/dev/aac/aacvar.h
577
aac_remove_ ## name (struct aac_command *cm) \
sys/dev/aacraid/aacraid.c
1069
aacraid_wait_command(struct aac_command *cm)
sys/dev/aacraid/aacraid.c
1093
aacraid_alloc_command(struct aac_softc *sc, struct aac_command **cmp)
sys/dev/aacraid/aacraid.c
1095
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
1115
aacraid_release_command(struct aac_command *cm)
sys/dev/aacraid/aacraid.c
1174
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
119
static int aac_src_send_command(struct aac_softc *sc, struct aac_command *cm);
sys/dev/aacraid/aacraid.c
1262
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
1290
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
1294
cm = (struct aac_command *)arg;
sys/dev/aacraid/aacraid.c
1491
aac_unmap_command(struct aac_command *cm)
sys/dev/aacraid/aacraid.c
2165
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
2385
aac_src_send_command(struct aac_softc *sc, struct aac_command *cm)
sys/dev/aacraid/aacraid.c
2748
if (aacraid_alloc_command(sc, (struct aac_command **)arg)) {
sys/dev/aacraid/aacraid.c
2778
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
2863
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
3071
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
358
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
3781
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
421
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
651
sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command),
sys/dev/aacraid/aacraid.c
869
struct aac_command *cm;
sys/dev/aacraid/aacraid.c
96
static void aac_unmap_command(struct aac_command *cm);
sys/dev/aacraid/aacraid_cam.c
104
static void aac_cam_complete(struct aac_command *);
sys/dev/aacraid/aacraid_cam.c
105
static void aac_container_complete(struct aac_command *);
sys/dev/aacraid/aacraid_cam.c
110
static int aac_load_map_command_sg(struct aac_softc *, struct aac_command *);
sys/dev/aacraid/aacraid_cam.c
1120
aac_container_complete(struct aac_command *cm)
sys/dev/aacraid/aacraid_cam.c
1144
aac_cam_complete(struct aac_command *cm)
sys/dev/aacraid/aacraid_cam.c
1248
struct aac_command *cm;
sys/dev/aacraid/aacraid_cam.c
1337
aac_load_map_command_sg(struct aac_softc *sc, struct aac_command *cm)
sys/dev/aacraid/aacraid_cam.c
1362
struct aac_command *cm;
sys/dev/aacraid/aacraid_cam.c
353
struct aac_command *cm;
sys/dev/aacraid/aacraid_cam.c
611
struct aac_command *cm;
sys/dev/aacraid/aacraid_cam.c
844
struct aac_command *cm;
sys/dev/aacraid/aacraid_var.h
167
TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
sys/dev/aacraid/aacraid_var.h
199
void (* cm_complete)(struct aac_command *cm);
sys/dev/aacraid/aacraid_var.h
211
struct aac_command *aac_commands;
sys/dev/aacraid/aacraid_var.h
258
int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
sys/dev/aacraid/aacraid_var.h
371
struct aac_command *aac_commands;
sys/dev/aacraid/aacraid_var.h
374
TAILQ_HEAD(,aac_command) aac_free; /* command structures
sys/dev/aacraid/aacraid_var.h
376
TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
sys/dev/aacraid/aacraid_var.h
378
TAILQ_HEAD(,aac_command) aac_busy;
sys/dev/aacraid/aacraid_var.h
397
struct aac_command *aac_sync_cm;
sys/dev/aacraid/aacraid_var.h
510
struct aac_command **cmp);
sys/dev/aacraid/aacraid_var.h
511
extern void aacraid_release_command(struct aac_command *cm);
sys/dev/aacraid/aacraid_var.h
516
extern int aacraid_wait_command(struct aac_command *cmp);
sys/dev/aacraid/aacraid_var.h
573
aac_enqueue_ ## name (struct aac_command *cm) \
sys/dev/aacraid/aacraid_var.h
585
aac_requeue_ ## name (struct aac_command *cm) \
sys/dev/aacraid/aacraid_var.h
596
static __inline struct aac_command * \
sys/dev/aacraid/aacraid_var.h
599
struct aac_command *cm; \
sys/dev/aacraid/aacraid_var.h
615
aac_remove_ ## name (struct aac_command *cm) \