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

/freebsd-12-stable/sys/dev/tsec/
H A Dif_tsec.c244 ifp = sc->tsec_ifp = if_alloc(IFT_ETHER);
280 sc->tsec_ifp = NULL;
297 if (sc->tsec_ifp != NULL) {
299 if (sc->tsec_ifp->if_capenable & IFCAP_POLLING)
300 ether_poll_deregister(sc->tsec_ifp);
308 ether_ifdetach(sc->tsec_ifp);
309 if_free(sc->tsec_ifp);
310 sc->tsec_ifp = NULL;
382 struct ifnet *ifp = sc->tsec_ifp;
584 curmac = (char *)IF_LLADDR(sc->tsec_ifp);
[all...]
H A Dif_tsec.h58 struct ifnet *tsec_ifp; member in struct:tsec_softc

Completed in 143 milliseconds