Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/alc/
H A Dif_alc.c388 ifp = sc->alc_ifp; in alc_miibus_statchg()
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;
3106 ifp = sc->alc_ifp; in alc_stats_update()
3264 ifp = sc->alc_ifp; in alc_txeof()
3377 ifp = sc->alc_ifp; in alc_rxintr()
3443 ifp = sc->alc_ifp; in alc_rxeof()
4348 ifp = sc->alc_ifp; in alc_rxvlan()
[all …]
H A Dif_alcvar.h207 struct ifnet *alc_ifp; /* points to arpcom.ac_if */ member