Home
last modified time | relevance | path

Searched refs:E1000_ERR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000_spi.c95 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 …]
H A De1000.c882 E1000_ERR(hw, "Unable to allocate EEPROM buffer!\n"); in e1000_validate_eeprom_checksum()
888 E1000_ERR(hw, "Unable to read EEPROM!\n"); in e1000_validate_eeprom_checksum()
904 E1000_ERR(hw, "EEPROM checksum is incorrect!\n"); in e1000_validate_eeprom_checksum()
905 E1000_ERR(hw, " ...register was 0x%04hx, calculated 0x%04hx\n", in e1000_validate_eeprom_checksum()
4870 E1000_ERR(hw, "Unknown MAC Type\n"); in e1000_sw_init()
5233 E1000_ERR(hw, "Valid Link not detected: %d\n", ret_val); in _e1000_init()
5235 E1000_ERR(hw, "Hardware Initialization Failed\n"); in _e1000_init()
5322 E1000_ERR(hw, "Can't enable I/O memory\n"); in e1000_init_one()
5326 E1000_ERR(hw, "Can't enable bus-mastering\n"); in e1000_init_one()
5350 E1000_ERR(hw, "Software init failed\n"); in e1000_init_one()
[all …]
H A De1000.h36 #define E1000_ERR(NIC, fmt, args...) \ macro