Lines Matching refs:aac_command
165 struct aac_command struct
167 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
199 void (* cm_complete)(struct aac_command *cm); argument
211 struct aac_command *aac_commands; argument
258 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
371 struct aac_command *aac_commands;
374 TAILQ_HEAD(,aac_command) aac_free; /* command structures
376 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
378 TAILQ_HEAD(,aac_command) aac_busy;
397 struct aac_command *aac_sync_cm;
510 struct aac_command **cmp);
511 extern void aacraid_release_command(struct aac_command *cm);
516 extern int aacraid_wait_command(struct aac_command *cmp);
573 aac_enqueue_ ## name (struct aac_command *cm) \
585 aac_requeue_ ## name (struct aac_command *cm) \
596 static __inline struct aac_command * \
599 struct aac_command *cm; \
615 aac_remove_ ## name (struct aac_command *cm) \