Home
last modified time | relevance | path

Searched refs:fwip_ifp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dif_fwip.c155 ifp = fwip->fw_softc.fwip_ifp = if_alloc(IFT_IEEE1394); in fwip_attach()
174 hwaddr = &IFP2FWC(fwip->fw_softc.fwip_ifp)->fc_hwaddr; in fwip_attach()
208 if_t ifp = fwip->fw_softc.fwip_ifp; in fwip_stop()
257 ifp = fwip->fw_softc.fwip_ifp; in fwip_detach()
280 if_t ifp = fwip->fw_softc.fwip_ifp; in fwip_init()
458 firewire_busreset(fwip->fw_softc.fwip_ifp); in fwip_post_busreset()
469 ifp = fwip->fw_softc.fwip_ifp; in fwip_output_callback()
715 ifp = fwip->fw_softc.fwip_ifp; in fwip_stream_input()
842 ifp = fwip->fw_softc.fwip_ifp; in fwip_unicast_input()
H A Dif_fwipvar.h59 if_t fwip_ifp; member