Home
last modified time | relevance | path

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

/trueos/sys/dev/firewire/
HDif_fwip.c161 ifp = fwip->fw_softc.fwip_ifp = if_alloc(IFT_IEEE1394); in fwip_attach()
182 hwaddr = &IFP2FWC(fwip->fw_softc.fwip_ifp)->fc_hwaddr; in fwip_attach()
221 struct ifnet *ifp = fwip->fw_softc.fwip_ifp; in fwip_stop()
274 ifp = fwip->fw_softc.fwip_ifp; in fwip_detach()
297 struct ifnet *ifp = fwip->fw_softc.fwip_ifp; in fwip_init()
505 firewire_busreset(fwip->fw_softc.fwip_ifp); in fwip_post_busreset()
516 ifp = fwip->fw_softc.fwip_ifp; in fwip_output_callback()
771 ifp = fwip->fw_softc.fwip_ifp; in fwip_stream_input()
895 ifp = fwip->fw_softc.fwip_ifp; in fwip_unicast_input()
HDif_fwipvar.h58 struct ifnet *fwip_ifp; member