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

/freebsd-11-stable/sys/dev/mly/
H A Dmlyvar.h114 struct mly_command { struct
115 TAILQ_ENTRY(mly_command) mc_link; /* list linkage */
137 void (* mc_complete)(struct mly_command *mc); /* completion handler */
203 struct mly_command mly_command[MLY_MAX_COMMANDS]; /* commands */ member in struct:mly_softc
208 TAILQ_HEAD(,mly_command) mly_free; /* commands available for reuse */
209 TAILQ_HEAD(,mly_command) mly_busy;
210 TAILQ_HEAD(,mly_command) mly_complete; /* commands which have been returned by the controller */
319 mly_enqueue_ ## name (struct mly_command *mc) \
326 mly_requeue_ ## name (struct mly_command *m
[all...]
H A Dmly.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);
94 static int mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp);
95 static void mly_release_command(struct mly_command *mc);
99 static void mly_map_command(struct mly_command *mc);
100 static void mly_unmap_command(struct mly_command *mc);
108 static void mly_cam_complete(struct mly_command *mc);
117 static void mly_print_command(struct mly_command *m
[all...]

Completed in 48 milliseconds