Searched refs:tsec_ifp (Results 1 – 2 of 2) sorted by relevance
241 ifp = sc->tsec_ifp = if_alloc(IFT_ETHER); in tsec_attach()270 sc->tsec_ifp = NULL; in tsec_attach()287 if (sc->tsec_ifp != NULL) { in tsec_detach()289 if (if_getcapenable(sc->tsec_ifp) & IFCAP_POLLING) in tsec_detach()290 ether_poll_deregister(sc->tsec_ifp); in tsec_detach()298 ether_ifdetach(sc->tsec_ifp); in tsec_detach()299 if_free(sc->tsec_ifp); in tsec_detach()300 sc->tsec_ifp = NULL; in tsec_detach()371 if_t ifp = sc->tsec_ifp; in tsec_init_locked()573 curmac = (char *)if_getlladdr(sc->tsec_ifp); in tsec_set_mac_address()[all …]
56 if_t tsec_ifp; member