Lines Matching defs:checksum
826 MODULE_PARM_DESC(hw_checksums, "3c59x Hardware checksum checking by adapter(s) (0-1)");
1093 unsigned int eeprom[0x40], checksum = 0; /* EEPROM contents */
1278 checksum ^= eeprom[i];
1279 checksum = (checksum ^ (checksum >> 8)) & 0xff;
1280 if (checksum != 0x00) { /* Grrr, needless incompatible change 3Com. */
1282 checksum ^= eeprom[i++];
1283 checksum = (checksum ^ (checksum >> 8)) & 0xff;
1285 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO))
1286 pr_cont(" ***INVALID CHECKSUM %4.4x*** ", checksum);
1292 /* Unfortunately an all zero eeprom passes the checksum and this
2664 { /* Use hardware checksum info. */