Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dathvar.h268 ath_task_t sc_rxtask; /* rx int processing */ member
H A Dath.c396 TASK_INIT(&sc->sc_rxtask, 0, ath_rx_proc, sc); in ath_attach()
831 TASK_RUN_OR_ENQUEUE(&sc->sc_rxtask); in ath_intr()