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);
589 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command), in aac_alloc()
819 struct aac_command *cm; in aac_new_intr()
951 struct aac_command *cm; in aac_startio()
1118 struct aac_command *cm; in aac_complete()
1188 aac_bio_command(struct aac_softc *sc, struct aac_command **cmp) in aac_bio_command()
1190 struct aac_command *cm; in aac_bio_command()
1314 aac_bio_complete(struct aac_command *cm) in aac_bio_complete()
1353 aac_wait_command(struct aac_command *cm) in aac_wait_command()
1376 aac_alloc_command(struct aac_softc *sc, struct aac_command **cmp) in aac_alloc_command()
1378 struct aac_command *cm; in aac_alloc_command()
1400 aac_release_command(struct aac_command *cm) in aac_release_command()
1455 struct aac_command *cm; in aac_alloc_commands()
1524 struct aac_command *cm; in aac_free_commands()
1552 struct aac_command *cm; in aac_map_command_sg()
1556 cm = (struct aac_command *)arg; in aac_map_command_sg()
1642 aac_unmap_command(struct aac_command *cm) in aac_unmap_command()
2133 aac_enqueue_fib(struct aac_softc *sc, int queue, struct aac_command *cm) in aac_enqueue_fib()
2239 struct aac_command *cm; in aac_dequeue_fib()
2335 struct aac_command *cm; in aac_timeout()
2600 aac_rx_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rx_send_command()
2623 aac_rkt_send_command(struct aac_softc *sc, struct aac_command *cm) in aac_rkt_send_command()
2944 if (aac_alloc_command(sc, (struct aac_command **)arg)) { in aac_ioctl_event()
2962 struct aac_command *cm; in aac_ioctl_sendfib()
3046 struct aac_command *cm; in aac_ioctl_send_raw_srb()