Lines Matching refs:aac_command
167 struct aac_command struct
169 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
201 void (* cm_complete)(struct aac_command *cm); argument
213 struct aac_command *aac_commands; argument
260 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm);
373 struct aac_command *aac_commands;
376 TAILQ_HEAD(,aac_command) aac_free; /* command structures
378 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
380 TAILQ_HEAD(,aac_command) aac_busy;
399 struct aac_command *aac_sync_cm;
512 struct aac_command **cmp);
513 extern void aacraid_release_command(struct aac_command *cm);
518 extern int aacraid_wait_command(struct aac_command *cmp);
575 aac_enqueue_ ## name (struct aac_command *cm) \
587 aac_requeue_ ## name (struct aac_command *cm) \
598 static __inline struct aac_command * \
601 struct aac_command *cm; \
617 aac_remove_ ## name (struct aac_command *cm) \