Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mly/
Dmlyvar.h116 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 */
321 mly_enqueue_ ## name (struct mly_command *mc) \
328 mly_requeue_ ## name (struct mly_command *mc) \
334 static __inline struct mly_command * \
[all …]
Dmly.c78 static void mly_complete_rescan(struct mly_command *mc);
86 static void mly_complete_event(struct mly_command *mc);
90 static int mly_immediate_command(struct mly_command *mc);
91 static int mly_start(struct mly_command *mc);
96 static int mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp);
97 static void mly_release_command(struct mly_command *mc);
101 static void mly_map_command(struct mly_command *mc);
102 static void mly_unmap_command(struct mly_command *mc);
110 static void mly_cam_complete(struct mly_command *mc);
119 static void mly_print_command(struct mly_command *mc);
[all …]