Home
last modified time | relevance | path

Searched refs:alc_ifp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/alc/
HDif_alc.c388 ifp = sc->alc_ifp; in alc_miibus_statchg()
1231 else if ((sc->alc_ifp->if_flags & IFF_RUNNING) != 0) in alc_aspm_816x()
1498 ifp = sc->alc_ifp = &sc->arpcom.ac_if; in alc_attach()
1613 struct ifnet *ifp = sc->alc_ifp; in alc_detach()
2450 ifp = sc->alc_ifp;
2513 ifp = sc->alc_ifp;
2914 if_printf(sc->alc_ifp, "watchdog timeout (lost link)\n"); in alc_watchdog()
2919 if_printf(sc->alc_ifp, "watchdog timeout -- resetting\n"); in alc_watchdog()
3106 ifp = sc->alc_ifp; in alc_stats_update()
3264 ifp = sc->alc_ifp; in alc_txeof()
[all …]
HDif_alcvar.h207 struct ifnet *alc_ifp; /* points to arpcom.ac_if */ member