Home
last modified time | relevance | path

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

/freebsd/sys/dev/alc/
H A Dif_alc.c420 ifp = sc->alc_ifp; in alc_miibus_statchg()
1264 else if ((if_getdrvflags(sc->alc_ifp) & IFF_DRV_RUNNING) != 0) in alc_aspm_816x()
1586 ifp = sc->alc_ifp = if_alloc(IFT_ETHER); in alc_attach()
1686 ifp = sc->alc_ifp; in alc_detach()
1707 sc->alc_ifp = NULL; in alc_detach()
2538 ifp = sc->alc_ifp; in alc_setwol_813x()
2600 ifp = sc->alc_ifp; in alc_setwol_816x()
2694 ifp = sc->alc_ifp; in alc_resume()
3025 ifp = sc->alc_ifp; in alc_watchdog()
3027 if_printf(sc->alc_ifp, "watchdog timeout (lost link)\n"); in alc_watchdog()
[all …]
H A Dif_alcvar.h205 if_t alc_ifp; member