Lines Matching refs:hn_vf_ifp

1271 	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 == NULL) in hn_xpnt_vf_init_taskfunc()
1845 if_name(sc->hn_vf_ifp)); in hn_xpnt_vf_init_taskfunc()
1866 if (sc->hn_vf_ifp != NULL) { in hn_ifnet_attevent()
1868 if_name(sc->hn_vf_ifp)); in hn_ifnet_attevent()
1878 "in transparent VF mode.\n", if_name(sc->hn_vf_ifp)); in hn_ifnet_attevent()
1910 sc->hn_vf_ifp = ifp; in hn_ifnet_attevent()
1948 if (sc->hn_vf_ifp == NULL) in hn_ifnet_detevent()
2033 if (sc->hn_vf_ifp == ifp) in hn_ifnet_lnkevent()
2515 vf_ifp = sc->hn_vf_ifp; in hn_detach()
3762 vf_ifp = sc->hn_vf_ifp; in hn_ioctl()
3887 strlcpy(ifr_vf.ifr_name, if_name(sc->hn_vf_ifp), in hn_ioctl()
3968 old_if_flags = if_getflags(sc->hn_vf_ifp); in hn_ioctl()
3972 ((old_if_flags ^ if_getflags(sc->hn_vf_ifp)) & in hn_ioctl()
3989 vf_ifp = sc->hn_vf_ifp; in hn_ioctl()
4065 KASSERT(sc->hn_vf_ifp != NULL, in hn_stop()
4559 (hn_xpnt_vf && sc->hn_vf_ifp != NULL)) { in hn_rss_key_sysctl()
4670 vf_ifp = sc->hn_vf_ifp; in hn_vf_sysctl()
5586 if (hw_tsomax > if_gethwtsomax(sc->hn_vf_ifp)) in hn_set_tso_maxsize()
5587 hw_tsomax = if_gethwtsomax(sc->hn_vf_ifp); in hn_set_tso_maxsize()
5987 error = if_transmit(sc->hn_vf_ifp, m); in hn_transmit()
6121 if_qflush(sc->hn_vf_ifp); in hn_xmit_qflush()
6980 !(hn_xpnt_vf && sc->hn_vf_ifp != NULL)) in hn_resume()