Searched refs:aac_command (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid_var.h190 struct aac_command struct
192 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
224 void (* cm_complete)(struct aac_command *cm);
236 struct aac_command *aac_commands;
283 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
400 struct aac_command *aac_commands;
403 TAILQ_HEAD(,aac_command) aac_free; /* command structures
405 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
407 TAILQ_HEAD(,aac_command) aac_busy;
426 struct aac_command *aac_sync_c
[all...]
H A Daacraid_cam.c114 static void aac_cam_complete(struct aac_command *);
115 static void aac_container_complete(struct aac_command *);
122 static int aac_load_map_command_sg(struct aac_softc *, struct aac_command *);
375 struct aac_command *cm;
627 struct aac_command *cm;
859 struct aac_command *cm;
1136 aac_container_complete(struct aac_command *cm)
1160 aac_cam_complete(struct aac_command *cm)
1257 struct aac_command *cm;
1345 aac_load_map_command_sg(struct aac_softc *sc, struct aac_command *c
[all...]
H A Daacraid.c97 static void aac_unmap_command(struct aac_command *cm);
120 static int aac_src_send_command(struct aac_softc *sc, struct aac_command *cm);
375 struct aac_command *cm;
449 struct aac_command *cm;
674 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command),
895 struct aac_command *cm;
1087 aacraid_wait_command(struct aac_command *cm)
1111 aacraid_alloc_command(struct aac_softc *sc, struct aac_command **cmp)
1113 struct aac_command *cm;
1133 aacraid_release_command(struct aac_command *c
[all...]
/freebsd-12-stable/sys/dev/aac/
H A Daacvar.h154 struct aac_command struct
156 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
189 void (*cm_complete)(struct aac_command *cm);
200 struct aac_command *aac_commands;
248 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
353 struct aac_command *aac_commands;
356 TAILQ_HEAD(,aac_command) aac_free; /* command structures
358 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
360 TAILQ_HEAD(,aac_command) aac_busy;
467 struct aac_command **cm
[all...]
H A Daac.c81 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),
823 struct aac_command *cm;
955 struct aac_command *c
[all...]
H A Daac_cam.c83 static void aac_cam_complete(struct aac_command *);
264 struct aac_command *cm;
577 aac_cam_complete(struct aac_command *cm)

Completed in 73 milliseconds