HomeSort by: relevance | last modified time | path
    Searched defs:ath_rx_proc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
ath.c 168 static void ath_rx_proc(void *, int);
208 ATH_TASK_FUNC(ath_rx_proc);
395 TASK_INIT(&sc->sc_rxtask, 0, ath_rx_proc, sc);
3034 ath_rx_proc(void *arg, int npending) function in typeref:typename:void

Completed in 14 milliseconds