Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c1271 vf_ifp = sc->hn_vf_ifp; in hn_xpnt_vf_iocsetcaps()
1289 vf_ifp = sc->hn_vf_ifp; in hn_xpnt_vf_iocsetflags()
1311 if_setflags(sc->hn_vf_ifp, if_getflags(ifp) | allmulti); in hn_xpnt_vf_saveifflags()
1470 vf_ifp = sc->hn_vf_ifp; in hn_vf_rss_fixup()
1649 vf_ifp = sc->hn_vf_ifp; in hn_xpnt_vf_setready()
1728 if (!hn_xpnt_vf || sc->hn_vf_ifp == NULL) in hn_xpnt_vf_isready()
1769 sc->hn_vf_ifp = NULL; in hn_xpnt_vf_setdisable()
1788 if_name(sc->hn_vf_ifp)); in hn_xpnt_vf_init()
1799 if_name(sc->hn_vf_ifp), error); in hn_xpnt_vf_init()
1829 if (sc->hn_vf_ifp in hn_xpnt_vf_init_taskfunc()
[all...]
H A Dif_hnvar.h204 if_t hn_vf_ifp; /* SR-IOV VF */ member