Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_run.c384 static void run_cmdq_cb(void *, int);
915 TASK_INIT(&sc->cmdq_task, 0, run_cmdq_cb, sc); in run_attach()
1144 run_cmdq_cb(void *arg, int pending) in run_cmdq_cb() function