Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aacraid/
H A Daacraid_var.h190 struct aac_command struct
224 void (* cm_complete)(struct aac_command *cm); argument
236 struct aac_command *aac_commands; argument
400 struct aac_command *aac_commands;
407 TAILQ_HEAD(,aac_command) aac_busy;
426 struct aac_command *aac_sync_cm;
528 struct aac_command **cmp);
592 aac_enqueue_ ## name (struct aac_command *cm) \
615 static __inline struct aac_command * \
618 struct aac_command *cm; \
[all …]
H A Daacraid_cam.c114 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 …]
H A Daacraid.c375 struct aac_command *cm; in aac_daemon()
449 struct aac_command *cm; in aac_get_container_info()
895 struct aac_command *cm; in aacraid_new_intr_type1()
1113 struct aac_command *cm; in aacraid_alloc_command()
1192 struct aac_command *cm; in aac_alloc_commands()
1280 struct aac_command *cm; in aac_free_commands()
1309 struct aac_command *cm; in aacraid_map_command_sg()
2133 struct aac_command *cm; in aac_timeout()
2732 struct aac_command *cm; in aac_ioctl_sendfib()
2817 struct aac_command *cm; in aac_ioctl_send_raw_srb()
[all …]
/freebsd-12.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);
823 struct aac_command *cm; in aac_new_intr()
955 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()
1558 struct aac_command *cm; in aac_map_command_sg()
2341 struct aac_command *cm; in aac_timeout()
[all …]
H A Daac_cam.c83 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()