Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl.c145 static void mwl_tx_proc(void *, int);
389 TASK_INIT(&sc->sc_txtask, 0, mwl_tx_proc, sc); in mwl_attach()
3405 mwl_tx_proc(void *arg, int npending) in mwl_tx_proc() function