Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c564 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_X540() local
591 &read_checksum); in ixgbe_validate_eeprom_checksum_X540()
598 if (read_checksum != checksum) { in ixgbe_validate_eeprom_checksum_X540()
H A Dixgbe_x550.c2467 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_X550() local
2488 &read_checksum); in ixgbe_validate_eeprom_checksum_X550()
2495 if (read_checksum != checksum) { in ixgbe_validate_eeprom_checksum_X550()
H A Dixgbe_common.c2178 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_generic() local
2198 status = hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum); in ixgbe_validate_eeprom_checksum_generic()
2207 if (read_checksum != checksum) in ixgbe_validate_eeprom_checksum_generic()
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c802 mboxsc_chksum_t read_checksum; in mboxsc_getmsg() local
1001 MBOXSC_CHKSUM_SIZE, (caddr_t)&read_checksum); in mboxsc_getmsg()
1041 } else if (read_checksum != calc_checksum) { in mboxsc_getmsg()