Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/iwn/
H A Dif_iwnvar.h314 struct task sc_xmit_task; member
H A Dif_iwn.c684 TASK_INIT(&sc->sc_xmit_task, 0, iwn_xmit_task, sc); in iwn_attach()
3176 taskqueue_enqueue(sc->sc_tq, &sc->sc_xmit_task); in iwn_rx_done()