Searched refs:hn_tx_taskqs (Results 1 – 2 of 2) sorted by relevance
218 struct taskqueue **hn_tx_taskqs; member
2114 sc->hn_tx_taskqs = in hn_attach()2118 sc->hn_tx_taskqs[i] = taskqueue_create("hn_tx", in hn_attach()2120 &sc->hn_tx_taskqs[i]); in hn_attach()2121 taskqueue_start_threads(&sc->hn_tx_taskqs[i], 1, PI_NET, in hn_attach()2125 sc->hn_tx_taskqs = hn_tx_taskque; in hn_attach()2541 if (sc->hn_tx_taskqs != NULL && sc->hn_tx_taskqs != hn_tx_taskque) { in hn_detach()2545 taskqueue_free(sc->hn_tx_taskqs[i]); in hn_detach()2546 free(sc->hn_tx_taskqs, M_DEVBUF); in hn_detach()5196 txr->hn_tx_taskq = sc->hn_tx_taskqs[id % hn_tx_taskq_cnt]; in hn_tx_ring_create()