Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aacraid/
H A Daacraid_var.h167 struct aac_command struct
201 void (* cm_complete)(struct aac_command *cm); argument
213 struct aac_command *aac_commands; argument
373 struct aac_command *aac_commands;
380 TAILQ_HEAD(,aac_command) aac_busy;
399 struct aac_command *aac_sync_cm;
512 struct aac_command **cmp);
575 aac_enqueue_ ## name (struct aac_command *cm) \
598 static __inline struct aac_command * \
601 struct aac_command *cm; \
[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; in aac_container_rw_command()
615 struct aac_command *cm; in aac_container_special_command()
848 struct aac_command *cm; in aac_passthrough_command()
1124 aac_container_complete(struct aac_command *cm) in aac_container_complete()
1148 aac_cam_complete(struct aac_command *cm) in aac_cam_complete()
1246 struct aac_command *cm; in aac_cam_reset_bus()
1335 aac_load_map_command_sg(struct aac_softc *sc, struct aac_command *cm) in aac_load_map_command_sg()
[all …]
H A Daacraid.c360 struct aac_command *cm; in aac_daemon()
423 struct aac_command *cm; in aac_get_container_info()
870 struct aac_command *cm; in aacraid_new_intr_type1()
1096 struct aac_command *cm; in aacraid_alloc_command()
1175 struct aac_command *cm; in aac_alloc_commands()
1263 struct aac_command *cm; in aac_free_commands()
1291 struct aac_command *cm; in aacraid_map_command_sg()
2166 struct aac_command *cm; in aac_timeout()
2779 struct aac_command *cm; in aac_ioctl_sendfib()
2864 struct aac_command *cm; in aac_ioctl_send_raw_srb()
[all …]
/freebsd-13.1/sys/dev/aac/
H A Daacvar.h154 struct aac_command struct
189 void (*cm_complete)(struct aac_command *cm); argument
200 struct aac_command *aac_commands; argument
353 struct aac_command *aac_commands;
360 TAILQ_HEAD(,aac_command) aac_busy;
467 struct aac_command **cmp);
541 aac_enqueue_ ## name (struct aac_command *cm) \
552 aac_requeue_ ## name (struct aac_command *cm) \
562 static __inline struct aac_command * \
565 struct aac_command *cm; \
[all …]
H A Daac.c106 struct aac_command *cm);
824 struct aac_command *cm; in aac_new_intr()
956 struct aac_command *cm; in aac_startio()
1123 struct aac_command *cm; in aac_complete()
1195 struct aac_command *cm; in aac_bio_command()
1383 struct aac_command *cm; in aac_alloc_command()
1460 struct aac_command *cm; in aac_alloc_commands()
1529 struct aac_command *cm; in aac_free_commands()
1557 struct aac_command *cm; in aac_map_command_sg()
2340 struct aac_command *cm; in aac_timeout()
[all …]
H A Daac_cam.c83 static void aac_cam_complete(struct aac_command *);
263 struct aac_command *cm; in aac_cam_action()
576 aac_cam_complete(struct aac_command *cm) in aac_cam_complete()