Lines Matching refs:mly_command
116 struct mly_command { struct
117 TAILQ_ENTRY(mly_command) mc_link; /* list linkage */
139 void (* mc_complete)(struct mly_command *mc); /* completion handler */ argument
205 struct mly_command mly_command[MLY_MAX_COMMANDS]; /* commands */ member
210 TAILQ_HEAD(,mly_command) mly_free; /* commands available for reuse */
211 TAILQ_HEAD(,mly_command) mly_busy;
212 … TAILQ_HEAD(,mly_command) mly_complete; /* commands which have been returned by the controller */
320 mly_enqueue_ ## name (struct mly_command *mc) \
327 mly_requeue_ ## name (struct mly_command *mc) \
333 static __inline struct mly_command * \
336 struct mly_command *mc; \
345 mly_remove_ ## name (struct mly_command *mc) \