Lines Matching refs:aac_command

79 static int	aac_bio_command(struct aac_softc *sc, struct aac_command **cmp);
80 static void aac_bio_complete(struct aac_command *cm);
81 static int aac_wait_command(struct aac_command *cm);
91 static void aac_unmap_command(struct aac_command *cm);
104 struct aac_command *cm);
142 static int aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm);
169 static int aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm);
590 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command), in aac_alloc()
822 struct aac_command *cm; in aac_new_intr()
954 struct aac_command *cm; in aac_startio()
1121 struct aac_command *cm; in aac_complete()
1191 aac_bio_command(struct aac_softc *sc, struct aac_command **cmp) in aac_bio_command()
1193 struct aac_command *cm; in aac_bio_command()
1317 aac_bio_complete(struct aac_command *cm) in aac_bio_complete()
1356 aac_wait_command(struct aac_command *cm) in aac_wait_command()
1379 aac_alloc_command(struct aac_softc *sc, struct aac_command **cmp) in aac_alloc_command()
1381 struct aac_command *cm; in aac_alloc_command()
1403 aac_release_command(struct aac_command *cm) in aac_release_command()
1458 struct aac_command *cm; in aac_alloc_commands()
1527 struct aac_command *cm; in aac_free_commands()
1555 struct aac_command *cm; in aac_map_command_sg()
1559 cm = (struct aac_command *)arg; in aac_map_command_sg()
1645 aac_unmap_command(struct aac_command *cm) in aac_unmap_command()
2136 aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm) in aac_enqueue_fib()
2242 struct aac_command *cm; in aac_dequeue_fib()
2338 struct aac_command *cm; in aac_timeout()
2603 aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rx_send_command()
2626 aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rkt_send_command()
2947 if (aac_alloc_command(sc, (struct aac_command **)arg)) { in aac_ioctl_event()
2965 struct aac_command *cm; in aac_ioctl_sendfib()
3049 struct aac_command *cm; in aac_ioctl_send_raw_srb()