Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c250 if_t vf_ifp; member
1118 arg->rxr->hn_rxvf_ifp = arg->vf_ifp; in hn_rxvf_set_task()
1122 hn_rxvf_set(struct hn_softc *sc, if_t vf_ifp) in hn_rxvf_set() argument
1138 arg.vf_ifp = vf_ifp; in hn_rxvf_set()
1141 rxr->hn_rxvf_ifp = vf_ifp; in hn_rxvf_set()
1254 if_t ifp, vf_ifp; in hn_xpnt_vf_iocsetcaps() local
1258 vf_ifp = sc->hn_vf_ifp; in hn_xpnt_vf_iocsetcaps()
1263 if_setcapenable(ifp, if_getcapenable(vf_ifp)); in hn_xpnt_vf_iocsetcaps()
1264 if_sethwassist(ifp, if_gethwassist(vf_ifp)); in hn_xpnt_vf_iocsetcaps()
1272 if_t vf_ifp; in hn_xpnt_vf_iocsetflags() local
[all …]
/src/sys/dev/e1000/
H A Dif_em.c1327 if (sc->vf_ifp) { in em_if_attach_pre()
1382 if (sc->vf_ifp) in em_if_attach_post()
1585 if (sc->hw.mac.type >= igb_mac_min && !sc->vf_ifp) in em_if_init()
2354 if (sc->hw.mac.type >= e1000_82544 && !sc->vf_ifp) in em_if_stop()
2391 sc->vf_ifp = 1; in em_identify_hardware()
2393 sc->vf_ifp = 0; in em_identify_hardware()
3271 if (!sc->vf_ifp) { in em_reset()
3823 if (hw->mac.type >= em_mac_min && !sc->vf_ifp) { in em_initialize_receive_unit()
3847 if (!sc->vf_ifp) { in em_initialize_receive_unit()
3923 if (sc->vf_ifp) in em_initialize_receive_unit()
[all …]
H A Dif_em.h565 u16 vf_ifp; member
/src/sys/dev/igc/
H A Dif_igc.h373 u16 vf_ifp; member
H A Dif_igc.c2387 if (sc->vf_ifp) in igc_get_hw_control()