Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/wlan/
H A Dif_run.c345 static void run_cmdq_cb(void *, int);
821 TASK_INIT(&sc->cmdq_task, 0, run_cmdq_cb, sc); in run_attach()
1042 run_cmdq_cb(void *arg, int pending) in run_cmdq_cb() function