Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A De1000_spi.c98 E1000_ERR(hw, "No such SPI chip: %u\n", cs); in spi_setup_slave()
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()
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()
409 E1000_ERR(hw, "Can't dump past 0xFFFF!\n"); in do_e1000_spi_dump()
421 E1000_ERR(hw, "Interrupted!\n"); in do_e1000_spi_dump()
456 E1000_ERR(hw, "Interrupted!\n"); in do_e1000_spi_program()
498 E1000_ERR(hw, "Interrupted!\n"); in do_e1000_spi_checksum()
[all …]
H A De1000.c1051 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()
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()
5568 E1000_ERR(hw, "PHY Reset is blocked!\n"); in e1000_init_one()
[all …]
H A De1000.h35 #define E1000_ERR(NIC, fmt, args...) \ macro