Home
last modified time | relevance | path

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

/trueos/sys/dev/firewire/
HDif_fwip.c92 static void fwip_async_output (struct fwip_softc *, struct ifnet *);
118 struct fwip_softc *fwip; in fwip_poll()
154 struct fwip_softc *fwip; in fwip_attach()
159 fwip = ((struct fwip_softc *)device_get_softc(dev)); in fwip_attach()
217 fwip_stop(struct fwip_softc *fwip) in fwip_stop()
269 struct fwip_softc *fwip; in fwip_detach()
273 fwip = (struct fwip_softc *)device_get_softc(dev); in fwip_detach()
295 struct fwip_softc *fwip = ((struct fwip_eth_softc *)arg)->fwip; in fwip_init()
401 struct fwip_softc *fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip; in fwip_ioctl()
480 struct fwip_softc *fwip = arg; in fwip_post_busreset()
[all …]
HDif_fwipvar.h42 struct fwip_softc { struct
59 struct fwip_softc *fwip; argument