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;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; \[all …]
842 struct mly_command *mc; in mly_rescan_btl()1114 struct mly_command *mc; in mly_ioctl()1217 struct mly_command *mc; in mly_fetch_event()1633 struct mly_command *mc; in mly_complete()1682 struct mly_command *mc; in mly_alloc_command()1767 mc = &sc->mly_command[i]; in mly_alloc_commands()1787 struct mly_command *mc; in mly_release_commands()1808 struct mly_command *mc = (struct mly_command *)arg; in mly_map_command_sg()1845 struct mly_command *mc = (struct mly_command *)arg;2880 struct mly_command *mc; in mly_user_command()[all …]