Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c394 static void hn_link_taskfunc(void *, int);
2135 TASK_INIT(&sc->hn_link_task, 0, hn_link_taskfunc, sc); in hn_attach()
2597 hn_link_taskfunc(void *xsc, int pending __unused) in hn_link_taskfunc() function