Home
last modified time | relevance | path

Searched refs:aac_command (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/raid/aac/
H A Daacvar.h155 struct aac_command struct
157 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
188 void (*cm_complete)(struct aac_command *cm); argument
199 struct aac_command *aac_commands; argument
247 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
354 struct aac_command *aac_commands;
357 TAILQ_HEAD(,aac_command) aac_free; /* command structures
359 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
361 TAILQ_HEAD(,aac_command) aac_busy;
468 struct aac_command **cmp);
[all …]
H A Daac.c75 static int aac_bio_command(struct aac_softc *sc, struct aac_command **cmp);
76 static void aac_bio_complete(struct aac_command *cm);
77 static int aac_wait_command(struct aac_command *cm);
87 static void aac_unmap_command(struct aac_command *cm);
100 struct aac_command *cm);
138 static int aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm);
165 static int aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm);
581 sc->aac_commands = kmalloc(sc->aac_max_fibs * sizeof(struct aac_command), in aac_alloc()
815 struct aac_command *cm; in aac_new_intr()
938 struct aac_command *cm; in aac_startio()
[all …]
H A Daac_cam.c78 static void aac_cam_complete(struct aac_command *);
275 struct aac_command *cm; in aac_cam_action()
583 aac_cam_complete(struct aac_command *cm) in aac_cam_complete()