Searched refs:aac_command (Results 1 – 3 of 3) sorted by relevance
155 struct aac_command struct157 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */188 void (*cm_complete)(struct aac_command *cm); argument199 struct aac_command *aac_commands; argument247 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 structures359 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for361 TAILQ_HEAD(,aac_command) aac_busy;468 struct aac_command **cmp);[all …]
75 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 …]
78 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()