Home
last modified time | relevance | path

Searched refs:fwe (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/dev/firewire/
HDif_fwe.c92 static SYSCTL_NODE(_hw_firewire, OID_AUTO, fwe, CTLFLAG_RD, 0,
111 struct fwe_softc *fwe; in fwe_poll() local
117 fwe = ((struct fwe_eth_softc *)ifp->if_softc)->fwe; in fwe_poll()
118 fc = fwe->fd.fc; in fwe_poll()
147 struct fwe_softc *fwe; in fwe_attach() local
157 fwe = ((struct fwe_softc *)device_get_softc(dev)); in fwe_attach()
160 bzero(fwe, sizeof(struct fwe_softc)); in fwe_attach()
161 mtx_init(&fwe->mtx, "fwe", NULL, MTX_DEF); in fwe_attach()
163 fwe->stream_ch = stream_ch; in fwe_attach()
164 fwe->dma_ch = -1; in fwe_attach()
[all …]
HDif_fwevar.h49 struct fwe_softc *fwe; member
53 #define FWE_LOCK(fwe) mtx_lock(&(fwe)->mtx) argument
54 #define FWE_UNLOCK(fwe) mtx_unlock(&(fwe)->mtx) argument
HD00README68 kernel config file and Makefile.fwe then rebuild kernel and if_fwe.ko.
/trueos/sys/modules/firewire/
HDMakefile4 fwe \
/trueos/usr.sbin/pc-sysinstall/backend-query/
HDdetect-nics.sh30 lo|fwe|fwip|plip|pfsync|pflog|tun)
/trueos/share/man/man4/
HDMakefile147 fwe.4 \
596 MLINKS+=fwe.4 if_fwe.4
/trueos/sys/powerpc/conf/
HDGENERIC132 device fwe # Ethernet over FireWire (non-standard!)
HDGENERIC64183 device fwe # Ethernet over FireWire (non-standard!)
/trueos/usr.sbin/bsdconfig/share/
HDdevice.subr1314 f_network "fwe%d" "FireWire Ethernet emulation"
/trueos/sys/conf/
HDNOTES2797 device fwe # Ethernet over FireWire (non-standard!)
HDfiles1449 dev/firewire/if_fwe.c optional fwe