Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h218 struct taskqueue **hn_tx_taskqs; member
H A Dif_hn.c2114 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()