Home
last modified time | relevance | path

Searched refs:mly_command (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/mly/
HDmlyvar.h118 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 * \
[all …]
HDmly.c76 static void mly_complete_rescan(struct mly_command *mc);
84 static void mly_complete_event(struct mly_command *mc);
88 static int mly_immediate_command(struct mly_command *mc);
89 static int mly_start(struct mly_command *mc);
93 static int mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp);
94 static void mly_release_command(struct mly_command *mc);
98 static void mly_map_command(struct mly_command *mc);
99 static void mly_unmap_command(struct mly_command *mc);
107 static void mly_cam_complete(struct mly_command *mc);
116 static void mly_print_command(struct mly_command *mc);
[all …]