Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ieee1394/
Dif_fwip.c412 sc->sc_last_dest.hi = 0; in fwip_init()
413 sc->sc_last_dest.lo = 0; in fwip_init()
498 sc->sc_last_dest.hi = 0; in fwip_post_busreset()
499 sc->sc_last_dest.lo = 0; in fwip_post_busreset()
622 if (sc->sc_last_dest.hi != eui.hi || in fwip_async_output()
623 sc->sc_last_dest.lo != eui.lo) { in fwip_async_output()
645 sc->sc_last_dest = eui; in fwip_async_output()
Dif_fwipvar.h52 struct fw_eui64 sc_last_dest; member