Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c171 static int eeprom_bad_csum_allow = 0; variable
174 module_param(eeprom_bad_csum_allow, int, 0);
177 MODULE_PARM_DESC(eeprom_bad_csum_allow, "Allow bad eeprom checksums");
778 if (!eeprom_bad_csum_allow) in e100_eeprom_load()
2926 if (!eeprom_bad_csum_allow) { in e100_probe()