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);
591 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command), in aac_alloc()
823 struct aac_command *cm; in aac_new_intr()
955 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()
1558 struct aac_command *cm; in aac_map_command_sg()
1562 cm = (struct aac_command *)arg; in aac_map_command_sg()
1648 aac_unmap_command(struct aac_command *cm) in aac_unmap_command()
2139 aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm) in aac_enqueue_fib()
2245 struct aac_command *cm; in aac_dequeue_fib()
2341 struct aac_command *cm; in aac_timeout()
2606 aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rx_send_command()
2629 aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rkt_send_command()
2950 if (aac_alloc_command(sc, (struct aac_command **)arg)) { in aac_ioctl_event()
2968 struct aac_command *cm; in aac_ioctl_sendfib()
3052 struct aac_command *cm; in aac_ioctl_send_raw_srb()