Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dif_fwe.c158 fwe->eth_softc.fwe = fwe; in fwe_attach()
180 ifp = fwe->eth_softc.ifp = if_alloc(IFT_ETHER); in fwe_attach()
181 if_setsoftc(ifp, &fwe->eth_softc); in fwe_attach()
208 if_t ifp = fwe->eth_softc.ifp; in fwe_stop()
250 ifp = fwe->eth_softc.ifp; in fwe_detach()
272 if_t ifp = fwe->eth_softc.ifp; in fwe_init()
358 fwe_init(&fwe->eth_softc); in fwe_ioctl()
423 ifp = fwe->eth_softc.ifp; in fwe_output_callback()
556 ifp = fwe->eth_softc.ifp; in fwe_as_input()
H A Dif_fwevar.h51 } eth_softc; member