Searched refs:mly_command (Results 1 – 2 of 2) sorted by relevance
116 struct mly_command { struct117 TAILQ_ENTRY(mly_command) mc_link; /* list linkage */139 void (* mc_complete)(struct mly_command *mc); /* completion handler */ argument205 struct mly_command mly_command[MLY_MAX_COMMANDS]; /* commands */ member210 TAILQ_HEAD(,mly_command) mly_free; /* commands available for reuse */211 TAILQ_HEAD(,mly_command) mly_busy;321 mly_enqueue_ ## name (struct mly_command *mc) \328 mly_requeue_ ## name (struct mly_command *mc) \334 static __inline struct mly_command * \337 struct mly_command *mc; \[all …]
841 struct mly_command *mc; in mly_rescan_btl()1113 struct mly_command *mc; in mly_ioctl()1216 struct mly_command *mc; in mly_fetch_event()1633 struct mly_command *mc; in mly_complete()1683 struct mly_command *mc; in mly_alloc_command()1768 mc = &sc->mly_command[i]; in mly_alloc_commands()1788 struct mly_command *mc; in mly_release_commands()1810 struct mly_command *mc = (struct mly_command *)arg; in mly_map_command_sg()1847 struct mly_command *mc = (struct mly_command *)arg;2886 struct mly_command *mc; in mly_user_command()[all …]