Searched refs:mly_complete (Results 1 – 2 of 2) sorted by relevance
215 … TAILQ_HEAD(,mly_command) mly_complete; /* commands which have been returned by the controller */
91 static void mly_complete(void *context, int pending);241 TASK_INIT(&sc->mly_task_complete, 0, mly_complete, sc); in mly_attach()1599 mly_complete(sc, 0); in mly_done()1607 mly_complete(void *context, int pending) in mly_complete() function