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

/freebsd-13-stable/sys/modules/firewire/
H A DMakefile5 fwip \
/freebsd-13-stable/sys/dev/firewire/
H A Dif_fwipvar.h61 struct fwip_softc *fwip; member in struct:fwip_softc::fwip_eth_softc
65 #define FWIP_LOCK(fwip) mtx_lock(&(fwip)->mtx)
66 #define FWIP_UNLOCK(fwip) mtx_unlock(&(fwip)->mtx)
H A Dif_fwip.c102 static SYSCTL_NODE(_hw_firewire, OID_AUTO, fwip, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
113 struct fwip_softc *fwip; local
119 fwip = ((struct fwip_eth_softc *)ifp->if_softc)->fwip;
120 fc = fwip->fd.fc;
129 BUS_ADD_CHILD(parent, 0, "fwip", device_get_unit(parent));
149 struct fwip_softc *fwip; local
154 fwip = ((struct fwip_softc *)device_get_softc(dev));
156 ifp = fwip->fw_softc.fwip_ifp = if_alloc(IFT_IEEE1394);
160 mtx_init(&fwip
207 fwip_stop(struct fwip_softc *fwip) argument
255 struct fwip_softc *fwip; local
281 struct fwip_softc *fwip = ((struct fwip_eth_softc *)arg)->fwip; local
382 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
715 struct fwip_softc *fwip; local
819 fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer) argument
843 struct fwip_softc *fwip; local
[all...]
/freebsd-13-stable/share/man/man4/
H A DMakefile164 fwip.4 \
672 MLINKS+=fwip.4 if_fwip.4

Completed in 139 milliseconds