Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
HDif_txp.c214 ifp = &sc->sc_arpcom.ac_if; in txp_attach()
335 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in txp_detach()
432 if_printf(&sc->sc_arpcom.ac_if, "reset hung\n"); in txp_reset_adapter()
460 if_printf(&sc->sc_arpcom.ac_if, in txp_download_fw()
470 if_printf(&sc->sc_arpcom.ac_if, "fw invalid magic\n"); in txp_download_fw()
479 if_printf(&sc->sc_arpcom.ac_if, "fw wait failed, initial\n"); in txp_download_fw()
503 if_printf(&sc->sc_arpcom.ac_if, "not waiting for boot\n"); in txp_download_fw()
526 if_printf(&sc->sc_arpcom.ac_if, "fw wait failed comm0\n"); in txp_download_fw_wait()
534 if_printf(&sc->sc_arpcom.ac_if, "fw not waiting for segment\n"); in txp_download_fw_wait()
556 if_printf(&sc->sc_arpcom.ac_if, "fw invalid section address, " in txp_download_fw_section()
[all …]
HDif_txpreg.h592 struct arpcom sc_arpcom; /* ethernet common */ member