Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aacraid/
H A Daacraid_var.h165 struct aac_command struct
199 void (* cm_complete)(struct aac_command *cm); argument
211 struct aac_command *aac_commands; argument
371 struct aac_command *aac_commands;
378 TAILQ_HEAD(,aac_command) aac_busy;
397 struct aac_command *aac_sync_cm;
510 struct aac_command **cmp);
573 aac_enqueue_ ## name (struct aac_command *cm) \
596 static __inline struct aac_command * \
599 struct aac_command *cm; \
[all …]
H A Daacraid_cam.c104 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 Daacraid.c358 struct aac_command *cm; in aac_daemon()
421 struct aac_command *cm; in aac_get_container_info()
868 struct aac_command *cm; in aacraid_new_intr_type1()
1094 struct aac_command *cm; in aacraid_alloc_command()
1173 struct aac_command *cm; in aac_alloc_commands()
1261 struct aac_command *cm; in aac_free_commands()
1289 struct aac_command *cm; in aacraid_map_command_sg()
2164 struct aac_command *cm; in aac_timeout()
2777 struct aac_command *cm; in aac_ioctl_sendfib()
2862 struct aac_command *cm; in aac_ioctl_send_raw_srb()
[all …]
/freebsd-14.2/sys/dev/aac/
H A Daacvar.h152 struct aac_command struct
187 void (*cm_complete)(struct aac_command *cm); argument
198 struct aac_command *aac_commands; argument
351 struct aac_command *aac_commands;
358 TAILQ_HEAD(,aac_command) aac_busy;
465 struct aac_command **cmp);
539 aac_enqueue_ ## name (struct aac_command *cm) \
550 aac_requeue_ ## name (struct aac_command *cm) \
560 static __inline struct aac_command * \
563 struct aac_command *cm; \
[all …]
H A Daac.c104 struct aac_command *cm);
822 struct aac_command *cm; in aac_new_intr()
954 struct aac_command *cm; in aac_startio()
1121 struct aac_command *cm; in aac_complete()
1193 struct aac_command *cm; in aac_bio_command()
1381 struct aac_command *cm; in aac_alloc_command()
1458 struct aac_command *cm; in aac_alloc_commands()
1527 struct aac_command *cm; in aac_free_commands()
1555 struct aac_command *cm; in aac_map_command_sg()
2338 struct aac_command *cm; in aac_timeout()
[all …]
H A Daac_cam.c81 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()