Lines Matching refs:mly_command
118 struct mly_command { struct
119 TAILQ_ENTRY(mly_command) mc_link; /* list linkage */
141 void (* mc_complete)(struct mly_command *mc); /* completion handler */ argument
208 struct mly_command mly_command[MLY_MAX_COMMANDS]; /* commands */ member
213 TAILQ_HEAD(,mly_command) mly_free; /* commands available for reuse */
214 TAILQ_HEAD(,mly_command) mly_busy;
215 … TAILQ_HEAD(,mly_command) mly_complete; /* commands which have been returned by the controller */
316 mly_enqueue_ ## name (struct mly_command *mc) \
326 mly_requeue_ ## name (struct mly_command *mc) \
335 static __inline struct mly_command * \
338 struct mly_command *mc; \
350 mly_remove_ ## name (struct mly_command *mc) \