Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dif_fwip.c88 static void fwip_async_output (struct fwip_softc *, if_t);
112 struct fwip_softc *fwip; in fwip_poll()
148 struct fwip_softc *fwip; in fwip_attach()
153 fwip = ((struct fwip_softc *)device_get_softc(dev)); in fwip_attach()
204 fwip_stop(struct fwip_softc *fwip) in fwip_stop()
252 struct fwip_softc *fwip; in fwip_detach()
256 fwip = (struct fwip_softc *)device_get_softc(dev); in fwip_detach()
278 struct fwip_softc *fwip = ((struct fwip_eth_softc *)arg)->fwip; in fwip_init()
375 struct fwip_softc *fwip = ((struct fwip_eth_softc *)if_getsoftc(ifp))->fwip; in fwip_ioctl()
433 struct fwip_softc *fwip = arg; in fwip_post_busreset()
[all …]
H A Dif_fwipvar.h43 struct fwip_softc { struct
60 struct fwip_softc *fwip; argument