Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dath.c178 static void ath_tx_proc(void *, int);
216 ATH_TASK_FUNC(ath_tx_proc);
462 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc, sc); in ath_attach()
4302 ath_tx_proc(void *arg, int npending) in ath_tx_proc() function