Searched refs:E1000_ERR (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/net/ |
D | e1000_spi.c | 95 E1000_ERR(hw, "No attached SPI EEPROM found!\n"); in spi_setup_slave() 101 E1000_ERR(hw, "No such SPI chip: %u\n", cs); in spi_setup_slave() 105 E1000_ERR(hw, "Only SPI MODE-0 is supported!\n"); in spi_setup_slave() 125 E1000_ERR(hw, "EEPROM SPI cannot be acquired!\n"); in spi_claim_bus() 343 E1000_ERR(hw, "Requested zero-sized dump!\n"); in do_e1000_spi_show() 347 E1000_ERR(hw, "Can't dump past 0xFFFF!\n"); in do_e1000_spi_show() 354 E1000_ERR(hw, "Out of Memory!\n"); in do_e1000_spi_show() 360 E1000_ERR(hw, "EEPROM SPI cannot be acquired!\n"); in do_e1000_spi_show() 367 E1000_ERR(hw, "Interrupted!\n"); in do_e1000_spi_show() 408 E1000_ERR(hw, "Requested zero-sized dump!\n"); in do_e1000_spi_dump() [all …]
|
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 …]
|
D | e1000.h | 35 #define E1000_ERR(NIC, fmt, args...) \ macro
|