Searched refs:fwe (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/dev/firewire/ |
| H A D | if_fwe.c | 86 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 D | if_fwevar.h | 50 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 D | 00README | 67 kernel config file and Makefile.fwe then rebuild kernel and if_fwe.ko.
|
| /freebsd/sys/modules/firewire/ |
| H A D | Makefile | 2 fwe \
|
| /freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | rs90.dts | 210 groups = "nand-cs1", "nand-cle-ale", "nand-fre-fwe";
|
| H A D | qi_lb60.dts | 326 groups = "nand-fre-fwe", "nand-cs1";
|
| H A D | ci20.dts | 587 groups = "nemc-data", "nemc-cle-ale", "nemc-rd-we", "nemc-frd-fwe";
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 183 fwe.4 \ 728 MLINKS+=fwe.4 if_fwe.4
|
| /freebsd/sys/powerpc/conf/ |
| H A D | GENERIC | 148 device fwe # Ethernet over FireWire (non-standard!)
|
| H A D | GENERIC64LE | 253 device fwe # Ethernet over FireWire (non-standard!)
|
| H A D | GENERIC64 | 256 device fwe # Ethernet over FireWire (non-standard!)
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3566-pinenote.dtsi | 579 pen_fwe: pen-fwe {
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | device.subr | 1300 f_network "fwe%d" "FireWire Ethernet emulation"
|
| /freebsd/sys/conf/ |
| H A D | NOTES | 2614 device fwe # Ethernet over FireWire (non-standard!)
|
| H A D | files | 1731 dev/firewire/if_fwe.c optional fwe
|