Lines Matching refs:aac_command

81 static int	aac_bio_command(struct aac_softc *sc, struct aac_command **cmp);
82 static void aac_bio_complete(struct aac_command *cm);
83 static int aac_wait_command(struct aac_command *cm);
93 static void aac_unmap_command(struct aac_command *cm);
106 struct aac_command *cm);
144 static int aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm);
171 static int aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm);
592 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command), in aac_alloc()
824 struct aac_command *cm; in aac_new_intr()
956 struct aac_command *cm; in aac_startio()
1123 struct aac_command *cm; in aac_complete()
1193 aac_bio_command(struct aac_softc *sc, struct aac_command **cmp) in aac_bio_command()
1195 struct aac_command *cm; in aac_bio_command()
1319 aac_bio_complete(struct aac_command *cm) in aac_bio_complete()
1358 aac_wait_command(struct aac_command *cm) in aac_wait_command()
1381 aac_alloc_command(struct aac_softc *sc, struct aac_command **cmp) in aac_alloc_command()
1383 struct aac_command *cm; in aac_alloc_command()
1405 aac_release_command(struct aac_command *cm) in aac_release_command()
1460 struct aac_command *cm; in aac_alloc_commands()
1529 struct aac_command *cm; in aac_free_commands()
1557 struct aac_command *cm; in aac_map_command_sg()
1561 cm = (struct aac_command *)arg; in aac_map_command_sg()
1647 aac_unmap_command(struct aac_command *cm) in aac_unmap_command()
2138 aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm) in aac_enqueue_fib()
2244 struct aac_command *cm; in aac_dequeue_fib()
2340 struct aac_command *cm; in aac_timeout()
2605 aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rx_send_command()
2628 aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rkt_send_command()
2949 if (aac_alloc_command(sc, (struct aac_command **)arg)) { in aac_ioctl_event()
2967 struct aac_command *cm; in aac_ioctl_sendfib()
3051 struct aac_command *cm; in aac_ioctl_send_raw_srb()