Lines Matching refs:fwip_softc
88 static void fwip_async_output (struct fwip_softc *, if_t);
112 struct fwip_softc *fwip; in fwip_poll()
148 struct fwip_softc *fwip; in fwip_attach()
153 fwip = ((struct fwip_softc *)device_get_softc(dev)); in fwip_attach()
204 fwip_stop(struct fwip_softc *fwip) in fwip_stop()
252 struct fwip_softc *fwip; in fwip_detach()
256 fwip = (struct fwip_softc *)device_get_softc(dev); in fwip_detach()
278 struct fwip_softc *fwip = ((struct fwip_eth_softc *)arg)->fwip; in fwip_init()
375 struct fwip_softc *fwip = ((struct fwip_eth_softc *)if_getsoftc(ifp))->fwip; in fwip_ioctl()
433 struct fwip_softc *fwip = arg; in fwip_post_busreset()
464 struct fwip_softc *fwip; in fwip_output_callback()
468 fwip = (struct fwip_softc *)xfer->sc; in fwip_output_callback()
492 struct fwip_softc *fwip = ((struct fwip_eth_softc *)if_getsoftc(ifp))->fwip; in fwip_start()
526 fwip_async_output(struct fwip_softc *fwip, if_t ifp) in fwip_async_output()
695 struct fwip_softc *fwip = arg; in fwip_start_send()
708 struct fwip_softc *fwip; in fwip_stream_input()
714 fwip = (struct fwip_softc *)xferq->sc; in fwip_stream_input()
812 fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer) in fwip_unicast_input_recycle()
836 struct fwip_softc *fwip; in fwip_unicast_input()
841 fwip = (struct fwip_softc *)xfer->sc; in fwip_unicast_input()
925 sizeof(struct fwip_softc),