Searched refs:fwip (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/modules/firewire/
H A DMakefile5 fwip \
/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwipvar.h59 struct fwip_softc *fwip; member in struct:fwip_softc::fwip_eth_softc
63 #define FWIP_LOCK(fwip) mtx_lock(&(fwip)->mtx)
64 #define FWIP_UNLOCK(fwip) mtx_unlock(&(fwip)->mtx)
H A Dif_fwip.c100 static SYSCTL_NODE(_hw_firewire, OID_AUTO, fwip, CTLFLAG_RD, 0,
111 struct fwip_softc *fwip; local
117 fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip;
118 fc = fwip->fd.fc;
127 BUS_ADD_CHILD(parent, 0, "fwip", device_get_unit(parent));
147 struct fwip_softc *fwip; local
152 fwip = ((struct fwip_softc *)device_get_softc(dev));
154 ifp = fwip->fw_softc.fwip_ifp = if_alloc(IFT_IEEE1394);
158 mtx_init(&fwip
205 fwip_stop(struct fwip_softc *fwip) argument
253 struct fwip_softc *fwip; local
279 struct fwip_softc *fwip = ((struct fwip_eth_softc *)arg)->fwip; local
380 struct fwip_softc *fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip; local
440 struct fwip_softc *fwip = arg; local
471 struct fwip_softc *fwip; local
499 struct fwip_softc *fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip; local
533 fwip_async_output(struct fwip_softc *fwip, struct ifnet *ifp) argument
702 struct fwip_softc *fwip = arg; local
714 struct fwip_softc *fwip; local
817 fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer) argument
840 struct fwip_softc *fwip; local
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddetect-nics.sh30 lo|fwe|fwip|plip|pfsync|pflog|tun)
/freebsd-11-stable/share/man/man4/
H A DMakefile175 fwip.4 \
674 MLINKS+=fwip.4 if_fwip.4

Completed in 75 milliseconds