Searched refs:hn_vf_taskq (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hnvar.h | 268 struct taskqueue *hn_vf_taskq; member
|
H A D | if_hn.c | 1934 taskqueue_enqueue_timeout(sc->hn_vf_taskq, &sc->hn_vf_init, in hn_ifnet_attevent() 1967 taskqueue_drain_timeout(sc->hn_vf_taskq, &sc->hn_vf_init); in hn_ifnet_detevent() 2144 sc->hn_vf_taskq = taskqueue_create("hn_vf", M_WAITOK, in hn_attach() 2145 taskqueue_thread_enqueue, &sc->hn_vf_taskq); in hn_attach() 2146 taskqueue_start_threads(&sc->hn_vf_taskq, 1, PI_NET, "%s vf", in hn_attach() 2148 TIMEOUT_TASK_INIT(sc->hn_vf_taskq, &sc->hn_vf_init, 0, in hn_attach() 2549 if (sc->hn_vf_taskq != NULL) in hn_detach() 2550 taskqueue_free(sc->hn_vf_taskq); in hn_detach()
|