Searched refs:fwe (Results 1 – 11 of 11) sorted by relevance
92 static SYSCTL_NODE(_hw_firewire, OID_AUTO, fwe, CTLFLAG_RD, 0,111 struct fwe_softc *fwe; in fwe_poll() local117 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() local157 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 …]
49 struct fwe_softc *fwe; member53 #define FWE_LOCK(fwe) mtx_lock(&(fwe)->mtx) argument54 #define FWE_UNLOCK(fwe) mtx_unlock(&(fwe)->mtx) argument
68 kernel config file and Makefile.fwe then rebuild kernel and if_fwe.ko.
4 fwe \
30 lo|fwe|fwip|plip|pfsync|pflog|tun)
147 fwe.4 \596 MLINKS+=fwe.4 if_fwe.4
132 device fwe # Ethernet over FireWire (non-standard!)
183 device fwe # Ethernet over FireWire (non-standard!)
1314 f_network "fwe%d" "FireWire Ethernet emulation"
2797 device fwe # Ethernet over FireWire (non-standard!)
1449 dev/firewire/if_fwe.c optional fwe