Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwx/
H A Dif_iwxvar.h644 struct task ba_rx_task; member
H A Dif_iwx.c10200 TASK_INIT(&sc->ba_rx_task, 0, iwx_ba_rx_task, sc); in iwx_attach()
10919 taskqueue_enqueue(sc->sc_tq, &sc->ba_rx_task); in iwx_ampdu_rx_start()