Searched refs:aac_command (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/aacraid/ |
| D | aacraid_var.h | 190 struct aac_command struct 192 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */ 224 void (* cm_complete)(struct aac_command *cm); argument 236 struct aac_command *aac_commands; argument 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_cm; [all …]
|
| D | aacraid_cam.c | 114 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; in aac_container_rw_command() 627 struct aac_command *cm; in aac_container_special_command() 859 struct aac_command *cm; in aac_passthrough_command() 1136 aac_container_complete(struct aac_command *cm) in aac_container_complete() 1160 aac_cam_complete(struct aac_command *cm) in aac_cam_complete() 1257 struct aac_command *cm; in aac_cam_reset_bus() 1345 aac_load_map_command_sg(struct aac_softc *sc, struct aac_command *cm) in aac_load_map_command_sg() [all …]
|
| D | aacraid.c | 97 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; in aac_daemon() 449 struct aac_command *cm; in aac_get_container_info() 674 sc->aac_commands = malloc(sc->aac_max_fibs * sizeof(struct aac_command), in aac_alloc() 895 struct aac_command *cm; in aacraid_new_intr_type1() 1087 aacraid_wait_command(struct aac_command *cm) in aacraid_wait_command() 1111 aacraid_alloc_command(struct aac_softc *sc, struct aac_command **cmp) in aacraid_alloc_command() 1113 struct aac_command *cm; in aacraid_alloc_command() 1133 aacraid_release_command(struct aac_command *cm) in aacraid_release_command() [all …]
|
| /freebsd-12-stable/sys/dev/aac/ |
| D | aacvar.h | 154 struct aac_command struct 156 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */ 189 void (*cm_complete)(struct aac_command *cm); argument 200 struct aac_command *aac_commands; argument 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 **cmp); [all …]
|
| D | aac.c | 81 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), in aac_alloc() 823 struct aac_command *cm; in aac_new_intr() 955 struct aac_command *cm; in aac_startio() [all …]
|
| D | aac_cam.c | 83 static void aac_cam_complete(struct aac_command *); 264 struct aac_command *cm; in aac_cam_action() 577 aac_cam_complete(struct aac_command *cm) in aac_cam_complete()
|