Lines Matching refs:aac_command
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);
466 extern void aac_release_command(struct aac_command *cm);
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; \
577 aac_remove_ ## name (struct aac_command *cm) \