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

/freebsd-10-stable/sys/dev/tsec/
H A Dif_tsec.c245 ifp = sc->tsec_ifp = if_alloc(IFT_ETHER);
281 sc->tsec_ifp = NULL;
298 if (sc->tsec_ifp != NULL) {
300 if (sc->tsec_ifp->if_capenable & IFCAP_POLLING)
301 ether_poll_deregister(sc->tsec_ifp);
309 ether_ifdetach(sc->tsec_ifp);
310 if_free(sc->tsec_ifp);
311 sc->tsec_ifp = NULL;
364 struct ifnet *ifp = sc->tsec_ifp;
567 curmac = (char *)IF_LLADDR(sc->tsec_ifp);
[all...]
H A Dif_tsec.h49 struct ifnet *tsec_ifp; member in struct:tsec_softc

Completed in 186 milliseconds