Searched refs:DEBUGOUT (Results 1 – 2 of 2) sorted by relevance
388 DEBUGOUT("Could not acquire EEPROM grant\n"); in e1000_acquire_eeprom()756 DEBUGOUT("SPI EEPROM Status error\n"); in e1000_spi_eeprom_ready()789 DEBUGOUT("\"words\" parameter out of bounds." in e1000_read_eeprom()891 DEBUGOUT("nvm parameter(s) out of bounds\n"); in e1000_write_eeprom_srwr()913 DEBUGOUT("Shadow RAM write EEWR timed out\n"); in e1000_write_eeprom_srwr()956 DEBUGOUT("Flash update time out\n"); in e1000_update_flash_i210()965 DEBUGOUT("Flash update time out\n"); in e1000_update_flash_i210()967 DEBUGOUT("Flash update complete\n"); in e1000_update_flash_i210()993 DEBUGOUT("EEPROM read failed\n"); in e1000_update_eeprom_checksum_i210()1007 DEBUGOUT("EEPROM Read Error while updating checksum.\n"); in e1000_update_eeprom_checksum_i210()[all …]
41 #define DEBUGOUT(fmt, args...) printf(fmt ,##args) macro46 #define DEBUGOUT(fmt, args...) do { } while (0) macro