Searched refs:E1000_ERR (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | e1000_spi.c | 92 E1000_ERR(hw, "No attached SPI EEPROM found!\n"); in spi_setup_slave() 98 E1000_ERR(hw, "No such SPI chip: %u\n", cs); in spi_setup_slave() 102 E1000_ERR(hw, "Only SPI MODE-0 is supported!\n"); in spi_setup_slave() 122 E1000_ERR(hw, "EEPROM SPI cannot be acquired!\n"); in spi_claim_bus() 340 E1000_ERR(hw, "Requested zero-sized dump!\n"); in do_e1000_spi_show() 344 E1000_ERR(hw, "Can't dump past 0xFFFF!\n"); in do_e1000_spi_show() 351 E1000_ERR(hw, "Out of Memory!\n"); in do_e1000_spi_show() 357 E1000_ERR(hw, "EEPROM SPI cannot be acquired!\n"); in do_e1000_spi_show() 364 E1000_ERR(hw, "Interrupted!\n"); in do_e1000_spi_show() 405 E1000_ERR(hw, "Requested zero-sized dump!\n"); in do_e1000_spi_dump() [all …]
|
H A D | e1000.c | 1051 E1000_ERR(hw, "Unable to allocate EEPROM buffer!\n"); in e1000_validate_eeprom_checksum() 1057 E1000_ERR(hw, "Unable to read EEPROM!\n"); in e1000_validate_eeprom_checksum() 1073 E1000_ERR(hw, "EEPROM checksum is incorrect!\n"); in e1000_validate_eeprom_checksum() 1074 E1000_ERR(hw, " ...register was 0x%04hx, calculated 0x%04hx\n", in e1000_validate_eeprom_checksum() 5084 E1000_ERR(hw, "Unknown MAC Type\n"); in e1000_sw_init() 5447 E1000_ERR(hw, "Valid Link not detected: %d\n", ret_val); in _e1000_init() 5449 E1000_ERR(hw, "Hardware Initialization Failed\n"); in _e1000_init() 5536 E1000_ERR(hw, "Can't enable I/O memory\n"); in e1000_init_one() 5540 E1000_ERR(hw, "Can't enable bus-mastering\n"); in e1000_init_one() 5564 E1000_ERR(hw, "Software init failed\n"); in e1000_init_one() [all …]
|
H A D | e1000.h | 35 #define E1000_ERR(NIC, fmt, args...) \ macro
|