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

/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h188 struct aac_command struct
190 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
222 void (* cm_complete)(struct aac_command *cm);
234 struct aac_command *aac_commands;
281 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
398 struct aac_command *aac_commands;
401 TAILQ_HEAD(,aac_command) aac_free; /* command structures
403 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
405 TAILQ_HEAD(,aac_command) aac_busy;
424 struct aac_command *aac_sync_c
[all...]
H A Daacraid_cam.c112 static void aac_cam_complete(struct aac_command *);
113 static void aac_container_complete(struct aac_command *);
120 static int aac_load_map_command_sg(struct aac_softc *, struct aac_command *);
373 struct aac_command *cm;
625 struct aac_command *cm;
857 struct aac_command *cm;
1134 aac_container_complete(struct aac_command *cm)
1158 aac_cam_complete(struct aac_command *cm)
1255 struct aac_command *cm;
1343 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-11-stable/sys/dev/aac/
H A Daacvar.h152 struct aac_command struct
154 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
187 void (*cm_complete)(struct aac_command *cm);
198 struct aac_command *aac_commands;
246 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
351 struct aac_command *aac_commands;
354 TAILQ_HEAD(,aac_command) aac_free; /* command structures
356 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
358 TAILQ_HEAD(,aac_command) aac_busy;
465 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.c81 static void aac_cam_complete(struct aac_command *);
262 struct aac_command *cm;
575 aac_cam_complete(struct aac_command *cm)

Completed in 130 milliseconds