Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dif_hnvar.h221 struct taskqueue **hn_tx_taskqs; member
Dif_hn.c2124 sc->hn_tx_taskqs = in hn_attach()
2128 sc->hn_tx_taskqs[i] = taskqueue_create("hn_tx", in hn_attach()
2130 &sc->hn_tx_taskqs[i]); in hn_attach()
2131 taskqueue_start_threads(&sc->hn_tx_taskqs[i], 1, PI_NET, in hn_attach()
2135 sc->hn_tx_taskqs = hn_tx_taskque; in hn_attach()
2549 if (sc->hn_tx_taskqs != NULL && sc->hn_tx_taskqs != hn_tx_taskque) { in hn_detach()
2553 taskqueue_free(sc->hn_tx_taskqs[i]); in hn_detach()
2554 free(sc->hn_tx_taskqs, M_DEVBUF); in hn_detach()
5226 txr->hn_tx_taskq = sc->hn_tx_taskqs[id % hn_tx_taskq_cnt]; in hn_tx_ring_create()