Home
last modified time | relevance | path

Searched defs:fwip (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dif_fwip.c112 struct fwip_softc *fwip; in fwip_poll() local
148 struct fwip_softc *fwip; in fwip_attach() local
204 fwip_stop(struct fwip_softc *fwip) in fwip_stop()
252 struct fwip_softc *fwip; in fwip_detach() local
278 struct fwip_softc *fwip = ((struct fwip_eth_softc *)arg)->fwip; in fwip_init() local
375 struct fwip_softc *fwip = ((struct fwip_eth_softc *)if_getsoftc(ifp))->fwip; in fwip_ioctl() local
433 struct fwip_softc *fwip = arg; in fwip_post_busreset() local
464 struct fwip_softc *fwip; in fwip_output_callback() local
492 struct fwip_softc *fwip = ((struct fwip_eth_softc *)if_getsoftc(ifp))->fwip; in fwip_start() local
526 fwip_async_output(struct fwip_softc *fwip, if_t ifp) in fwip_async_output()
[all …]
H A Dif_fwipvar.h60 struct fwip_softc *fwip; member
64 #define FWIP_LOCK(fwip) mtx_lock(&(fwip)->mtx) argument
65 #define FWIP_UNLOCK(fwip) mtx_unlock(&(fwip)->mtx) argument