Searched refs:smsc_warn_printf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_smsc.c | 172 #define smsc_warn_printf(sc, fmt, args...) \ macro 279 smsc_warn_printf(sc, "Failed to read register 0x%0x\n", off); in smsc_read_reg() 317 smsc_warn_printf(sc, "Failed to write register 0x%0x\n", off); in smsc_write_reg() 388 smsc_warn_printf(sc, "eeprom busy, failed to read data\n"); in smsc_eeprom_read() 409 smsc_warn_printf(sc, "eeprom command failed\n"); in smsc_eeprom_read() 455 smsc_warn_printf(sc, "MII is busy\n"); in smsc_miibus_readreg() 463 smsc_warn_printf(sc, "MII read timeout\n"); in smsc_miibus_readreg() 505 smsc_warn_printf(sc, "MII is busy\n"); in smsc_miibus_writereg() 516 smsc_warn_printf(sc, "MII write timeout\n"); in smsc_miibus_writereg() 579 smsc_warn_printf(sc, "failed to read initial AFC_CFG, error %d\n", err); in smsc_miibus_statchg() [all …]
|