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

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c246 ifp = sc->tsec_ifp = if_alloc(IFT_ETHER);
282 sc->tsec_ifp = NULL;
299 if (sc->tsec_ifp != NULL) {
301 if (sc->tsec_ifp->if_capenable & IFCAP_POLLING)
302 ether_poll_deregister(sc->tsec_ifp);
310 ether_ifdetach(sc->tsec_ifp);
311 if_free(sc->tsec_ifp);
312 sc->tsec_ifp = NULL;
365 struct ifnet *ifp = sc->tsec_ifp;
568 curmac = (char *)IF_LLADDR(sc->tsec_ifp);
[all...]
H A Dif_tsec.h49 struct ifnet *tsec_ifp; member in struct:tsec_softc

Completed in 143 milliseconds