smsc_warn_printf
smsc_warn_printf(sc, "failed to create new mbuf\n");
smsc_warn_printf(sc, "bulk read error, %s\n", usbd_errstr(error));
smsc_warn_printf(sc, "timed-out waiting for reset to complete\n");
smsc_warn_printf(sc, "timed-out waiting for phy reset to complete\n");
smsc_warn_printf(sc, "failed to set the MAC address\n");
smsc_warn_printf(sc, "failed to read HW_CFG: %d\n", err);
smsc_warn_printf(sc, "failed to read HW_CFG: (err = %d)\n", err);
smsc_warn_printf(sc, "failed to read ID_REV (err = %d)\n", err);
smsc_warn_printf(sc, "failed to read MAC_CSR (err=%d)\n", err);
smsc_warn_printf((struct smsc_softc *)ue->ue_sc,
smsc_warn_printf((struct smsc_softc *)ue->ue_sc,
smsc_warn_printf(sc, "Failed to read register 0x%0x\n", off);
smsc_warn_printf(sc, "Failed to write register 0x%0x\n", off);
smsc_warn_printf(sc, "eeprom busy, failed to read data\n");
smsc_warn_printf(sc, "eeprom command failed\n");
smsc_warn_printf(sc, "MII is busy\n");
smsc_warn_printf(sc, "MII read timeout\n");
smsc_warn_printf(sc, "MII is busy\n");
smsc_warn_printf(sc, "MII write timeout\n");
smsc_warn_printf(sc, "failed to read initial AFC_CFG, error %d\n", err);
smsc_warn_printf(sc, "media change failed, error %d\n", err);
smsc_warn_printf(sc, "failed to read SMSC_COE_CTRL (err=%d)\n", err);
smsc_warn_printf(sc, "failed to write SMSC_COE_CTRL (err=%d)\n", err);
smsc_warn_printf(sc, "reset failed (ignored)\n");