Searched refs:hn_vf_taskq (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/hyperv/netvsc/ |
| H A D | if_hnvar.h | 268 struct taskqueue *hn_vf_taskq; member
|
| H A D | if_hn.c | 1921 taskqueue_enqueue_timeout(sc->hn_vf_taskq, &sc->hn_vf_init, in hn_ifnet_attevent() 1954 taskqueue_drain_timeout(sc->hn_vf_taskq, &sc->hn_vf_init); in hn_ifnet_detevent() 2131 sc->hn_vf_taskq = taskqueue_create("hn_vf", M_WAITOK, in hn_attach() 2132 taskqueue_thread_enqueue, &sc->hn_vf_taskq); in hn_attach() 2133 taskqueue_start_threads(&sc->hn_vf_taskq, 1, PI_NET, "%s vf", in hn_attach() 2135 TIMEOUT_TASK_INIT(sc->hn_vf_taskq, &sc->hn_vf_init, 0, in hn_attach() 2536 if (sc->hn_vf_taskq != NULL) in hn_detach() 2537 taskqueue_free(sc->hn_vf_taskq); in hn_detach()
|