Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c192 static void ath_tx_proc(void *, int);
277 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc, sc); in ath_legacy_attach_comp_func()
4700 ath_tx_proc(void *arg, int npending) in ath_tx_proc() function