Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dif_fwe.c101 struct fwe_softc *fwe; in fwe_poll() local
137 struct fwe_softc *fwe; in fwe_attach() local
208 fwe_stop(struct fwe_softc *fwe) in fwe_stop()
249 struct fwe_softc *fwe; in fwe_detach() local
274 struct fwe_softc *fwe = ((struct fwe_eth_softc *)arg)->fwe; in fwe_init() local
353 struct fwe_softc *fwe = ((struct fwe_eth_softc *)if_getsoftc(ifp))->fwe; in fwe_ioctl() local
422 struct fwe_softc *fwe; in fwe_output_callback() local
449 struct fwe_softc *fwe = ((struct fwe_eth_softc *)if_getsoftc(ifp))->fwe; in fwe_start() local
487 fwe_as_output(struct fwe_softc *fwe, if_t ifp) in fwe_as_output()
552 struct fwe_softc *fwe; in fwe_as_input() local
H A Dif_fwevar.h50 struct fwe_softc *fwe; member
54 #define FWE_LOCK(fwe) mtx_lock(&(fwe)->mtx) argument
55 #define FWE_UNLOCK(fwe) mtx_unlock(&(fwe)->mtx) argument