Searched refs:bfe_ifp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/bfe/
H A Dif_bfe.c480 ifp = sc->bfe_ifp = if_alloc(IFT_ETHER);
544 ifp = sc->bfe_ifp;
609 ifp = sc->bfe_ifp;
1079 struct ifnet *ifp = sc->bfe_ifp;
1100 bfe_cam_write(sc, IF_LLADDR(sc->bfe_ifp), i++);
1148 if (sc->bfe_ifp != NULL)
1149 if_free(sc->bfe_ifp);
1259 ifp = sc->bfe_ifp;
1339 ifp = sc->bfe_ifp;
1389 ifp = sc->bfe_ifp;
[all...]
H A Dif_bfereg.h585 struct ifnet *bfe_ifp; /* interface info */ member in struct:bfe_softc

Completed in 113 milliseconds