Lines Matching refs:sc_tq
756 sc->sc_tq = taskqueue_create("ath_taskq", M_NOWAIT, in ath_attach()
757 taskqueue_thread_enqueue, &sc->sc_tq); in ath_attach()
758 taskqueue_start_threads(&sc->sc_tq, 1, PI_NET, "%s taskq", in ath_attach()
1439 taskqueue_free(sc->sc_tq); in ath_detach()
1932 taskqueue_block(sc->sc_tq); in ath_suspend()
2192 taskqueue_enqueue(sc->sc_tq, &sc->sc_fataltask); in ath_intr()
2304 taskqueue_enqueue(sc->sc_tq, &sc->sc_txtask); in ath_intr()
2308 taskqueue_enqueue(sc->sc_tq, &sc->sc_bmisstask); in ath_intr()
2353 taskqueue_enqueue(sc->sc_tq, &sc->sc_tsfoortask); in ath_intr()
2867 taskqueue_unblock(sc->sc_tq); in ath_txrx_start()
2957 taskqueue_block(sc->sc_tq); in ath_reset()
3604 taskqueue_block(sc->sc_tq); in ath_key_update_begin()
3613 taskqueue_unblock(sc->sc_tq); in ath_key_update_end()
5273 taskqueue_block(sc->sc_tq); in ath_chan_set()
5461 taskqueue_enqueue(sc->sc_tq, &sc->sc_resettask); in ath_calibrate()
5899 taskqueue_unblock(sc->sc_tq); in ath_newstate()
6152 taskqueue_unblock(sc->sc_tq); in ath_newstate()
6168 taskqueue_block(sc->sc_tq); in ath_newstate()
6584 taskqueue_enqueue(sc->sc_tq, &sc->sc_resettask); in ath_watchdog()
7092 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask); in ath_node_recv_pspoll()