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

/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_var.h167 struct aac_command struct
169 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
201 void (* cm_complete)(struct aac_command *cm);
213 struct aac_command *aac_commands;
260 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
373 struct aac_command *aac_commands;
376 TAILQ_HEAD(,aac_command) aac_free; /* command structures
378 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
380 TAILQ_HEAD(,aac_command) aac_busy;
399 struct aac_command *aac_sync_c
[all...]
H A Daacraid_cam.c106 static void aac_cam_complete(struct aac_command *);
107 static void aac_container_complete(struct aac_command *);
112 static int aac_load_map_command_sg(struct aac_softc *, struct aac_command *);
357 struct aac_command *cm;
615 struct aac_command *cm;
848 struct aac_command *cm;
1124 aac_container_complete(struct aac_command *cm)
1148 aac_cam_complete(struct aac_command *cm)
1246 struct aac_command *cm;
1335 aac_load_map_command_sg(struct aac_softc *sc, struct aac_command *c
[all...]
H A Daacraid.c98 static void aac_unmap_command(struct aac_command *cm);
121 static int aac_src_send_command(struct aac_softc *sc, struct aac_command *cm);
360 struct aac_command *cm;
423 struct aac_command *cm;
653 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command),
870 struct aac_command *cm;
1070 aacraid_wait_command(struct aac_command *cm)
1094 aacraid_alloc_command(struct aac_softc *sc, struct aac_command **cmp)
1096 struct aac_command *cm;
1116 aacraid_release_command(struct aac_command *c
[all...]
/freebsd-13-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);
592 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command),
824 struct aac_command *cm;
956 struct aac_command *c
[all...]
H A Daac_cam.c83 static void aac_cam_complete(struct aac_command *);
263 struct aac_command *cm;
576 aac_cam_complete(struct aac_command *cm)

Completed in 65 milliseconds