Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hyperv/netvsc/
HDif_hnvar.h219 struct taskqueue **hn_tx_taskqs; member
HDif_hn.c2128 sc->hn_tx_taskqs = in hn_attach()
2132 sc->hn_tx_taskqs[i] = taskqueue_create("hn_tx", in hn_attach()
2134 &sc->hn_tx_taskqs[i]); in hn_attach()
2135 taskqueue_start_threads(&sc->hn_tx_taskqs[i], 1, PI_NET, in hn_attach()
2139 sc->hn_tx_taskqs = hn_tx_taskque; in hn_attach()
2553 if (sc->hn_tx_taskqs != NULL && sc->hn_tx_taskqs != hn_tx_taskque) { in hn_detach()
2557 taskqueue_free(sc->hn_tx_taskqs[i]); in hn_detach()
2558 free(sc->hn_tx_taskqs, M_DEVBUF); in hn_detach()
5234 txr->hn_tx_taskq = sc->hn_tx_taskqs[id % hn_tx_taskq_cnt]; in hn_tx_ring_create()