Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dif_fwe.c86 static SYSCTL_NODE(_hw_firewire, OID_AUTO, fwe, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
101 struct fwe_softc *fwe; in fwe_poll() local
107 fwe = ((struct fwe_eth_softc *)if_getsoftc(ifp))->fwe; in fwe_poll()
108 fc = fwe->fd.fc; in fwe_poll()
137 struct fwe_softc *fwe; in fwe_attach() local
143 fwe = ((struct fwe_softc *)device_get_softc(dev)); in fwe_attach()
146 bzero(fwe, sizeof(struct fwe_softc)); in fwe_attach()
147 mtx_init(&fwe->mtx, "fwe", NULL, MTX_DEF); in fwe_attach()
149 fwe->stream_ch = stream_ch; in fwe_attach()
150 fwe->dma_ch = -1; in fwe_attach()
[all …]
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
H A D00README67 kernel config file and Makefile.fwe then rebuild kernel and if_fwe.ko.
/freebsd/sys/modules/firewire/
H A DMakefile2 fwe \
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Drs90.dts210 groups = "nand-cs1", "nand-cle-ale", "nand-fre-fwe";
H A Dqi_lb60.dts326 groups = "nand-fre-fwe", "nand-cs1";
H A Dci20.dts587 groups = "nemc-data", "nemc-cle-ale", "nemc-rd-we", "nemc-frd-fwe";
/freebsd/share/man/man4/
H A DMakefile183 fwe.4 \
728 MLINKS+=fwe.4 if_fwe.4
/freebsd/sys/powerpc/conf/
H A DGENERIC148 device fwe # Ethernet over FireWire (non-standard!)
H A DGENERIC64LE253 device fwe # Ethernet over FireWire (non-standard!)
H A DGENERIC64256 device fwe # Ethernet over FireWire (non-standard!)
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-pinenote.dtsi579 pen_fwe: pen-fwe {
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr1300 f_network "fwe%d" "FireWire Ethernet emulation"
/freebsd/sys/conf/
H A DNOTES2614 device fwe # Ethernet over FireWire (non-standard!)
H A Dfiles1731 dev/firewire/if_fwe.c optional fwe