Home
last modified time | relevance | path

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

/trueos/sys/dev/firewire/
HDif_fwe.c172 fwe->eth_softc.fwe = fwe; in fwe_attach()
182 eaddr = &IFP2ENADDR(fwe->eth_softc.ifp)[0]; in fwe_attach()
198 ifp = fwe->eth_softc.ifp = if_alloc(IFT_ETHER); in fwe_attach()
203 ifp->if_softc = &fwe->eth_softc; in fwe_attach()
245 struct ifnet *ifp = fwe->eth_softc.ifp; in fwe_stop()
291 ifp = fwe->eth_softc.ifp; in fwe_detach()
317 struct ifnet *ifp = fwe->eth_softc.ifp; in fwe_init()
416 fwe_init(&fwe->eth_softc); in fwe_ioctl()
501 ifp = fwe->eth_softc.ifp; in fwe_output_callback()
649 ifp = fwe->eth_softc.ifp; in fwe_as_input()
HDif_fwevar.h50 } eth_softc; member