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

/freebsd-10.2-release/sys/modules/firewire/
H A DMakefile5 fwip \
/freebsd-10.2-release/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.c105 static SYSCTL_NODE(_hw_firewire, OID_AUTO, fwip, CTLFLAG_RD, 0,
110 TUNABLE_INT("hw.firewire.fwip.rx_queue_len", &rx_queue_len);
118 struct fwip_softc *fwip; local
124 fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip;
125 fc = fwip->fd.fc;
134 BUS_ADD_CHILD(parent, 0, "fwip", device_get_unit(parent));
154 struct fwip_softc *fwip; local
159 fwip = ((struct fwip_softc *)device_get_softc(dev));
161 ifp = fwip
217 fwip_stop(struct fwip_softc *fwip) argument
269 struct fwip_softc *fwip; local
295 struct fwip_softc *fwip = ((struct fwip_eth_softc *)arg)->fwip; local
401 struct fwip_softc *fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip; local
480 struct fwip_softc *fwip = arg; local
511 struct fwip_softc *fwip; local
540 struct fwip_softc *fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip; local
582 fwip_async_output(struct fwip_softc *fwip, struct ifnet *ifp) argument
751 struct fwip_softc *fwip = arg; local
763 struct fwip_softc *fwip; local
866 fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer) argument
889 struct fwip_softc *fwip; local
982 DECLARE_DUMMY_MODULE(fwip); variable
[all...]
/freebsd-10.2-release/usr.sbin/pc-sysinstall/backend-query/
H A Ddetect-nics.sh30 lo|fwe|fwip|plip|pfsync|pflog|tun)
/freebsd-10.2-release/share/man/man4/
H A DMakefile148 fwip.4 \
601 MLINKS+=fwip.4 if_fwip.4

Completed in 71 milliseconds