Searched refs:aac_command (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_var.h | 165 struct aac_command struct 167 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */ 199 void (* cm_complete)(struct aac_command *cm); argument 211 struct aac_command *aac_commands; argument 258 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm); 371 struct aac_command *aac_commands; 374 TAILQ_HEAD(,aac_command) aac_free; /* command structures 376 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for 378 TAILQ_HEAD(,aac_command) aac_busy; 397 struct aac_command *aac_sync_cm; [all …]
|
| H A D | aacraid_cam.c | 104 static void aac_cam_complete(struct aac_command *); 105 static void aac_container_complete(struct aac_command *); 110 static int aac_load_map_command_sg(struct aac_softc *, struct aac_command *); 353 struct aac_command *cm; in aac_container_rw_command() 611 struct aac_command *cm; in aac_container_special_command() 844 struct aac_command *cm; in aac_passthrough_command() 1120 aac_container_complete(struct aac_command *cm) in aac_container_complete() 1144 aac_cam_complete(struct aac_command *cm) in aac_cam_complete() 1248 struct aac_command *cm; in aac_cam_reset_bus() 1337 aac_load_map_command_sg(struct aac_softc *sc, struct aac_command *cm) in aac_load_map_command_sg() [all …]
|
| H A D | aacraid.c | 96 static void aac_unmap_command(struct aac_command *cm); 119 static int aac_src_send_command(struct aac_softc *sc, struct aac_command *cm); 358 struct aac_command *cm; in aac_daemon() 421 struct aac_command *cm; in aac_get_container_info() 651 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command), in aac_alloc() 869 struct aac_command *cm; in aacraid_new_intr_type1() 1069 aacraid_wait_command(struct aac_command *cm) in aacraid_wait_command() 1093 aacraid_alloc_command(struct aac_softc *sc, struct aac_command **cmp) in aacraid_alloc_command() 1095 struct aac_command *cm; in aacraid_alloc_command() 1115 aacraid_release_command(struct aac_command *cm) in aacraid_release_command() [all …]
|
| /freebsd/sys/dev/aac/ |
| H A D | aacvar.h | 152 struct aac_command struct 154 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */ 187 void (*cm_complete)(struct aac_command *cm); argument 198 struct aac_command *aac_commands; argument 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 **cmp); [all …]
|
| H A D | aac.c | 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() [all …]
|
| H A D | aac_cam.c | 81 static void aac_cam_complete(struct aac_command *); 259 struct aac_command *cm; in aac_cam_action() 572 aac_cam_complete(struct aac_command *cm) in aac_cam_complete()
|