Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h218 struct taskqueue **hn_tx_taskqs; member
H A Dif_hn.c2101 sc->hn_tx_taskqs = in hn_attach()
2105 sc->hn_tx_taskqs[i] = taskqueue_create("hn_tx", in hn_attach()
2107 &sc->hn_tx_taskqs[i]); in hn_attach()
2108 taskqueue_start_threads(&sc->hn_tx_taskqs[i], 1, PI_NET, in hn_attach()
2112 sc->hn_tx_taskqs = hn_tx_taskque; in hn_attach()
2528 if (sc->hn_tx_taskqs != NULL && sc->hn_tx_taskqs != hn_tx_taskque) { in hn_detach()
2532 taskqueue_free(sc->hn_tx_taskqs[i]); in hn_detach()
2533 free(sc->hn_tx_taskqs, M_DEVBUF); in hn_detach()
5185 txr->hn_tx_taskq = sc->hn_tx_taskqs[id % hn_tx_taskq_cnt]; in hn_tx_ring_create()