Lines Matching defs:aac_command
248 struct aac_command {
249 TAILQ_ENTRY(aac_command) cm_link; /* list linkage */
277 void (*cm_complete)(struct aac_command *);
292 struct aac_command *aac_commands;
343 struct aac_command *aac_commands;
348 TAILQ_HEAD(,aac_command) aac_free; /* command structures
350 TAILQ_HEAD(,aac_command) aac_ready; /* commands on hold for
352 TAILQ_HEAD(,aac_command) aac_busy;
353 TAILQ_HEAD(,aac_command) aac_bio;
492 aac_enqueue_ ## name (struct aac_command *cm) \
505 aac_requeue_ ## name (struct aac_command *cm) \
517 static __inline struct aac_command * \
520 struct aac_command *cm; \
537 aac_remove_ ## name (struct aac_command *cm) \