Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_x540.c549 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_X540() local
574 &read_checksum); in ixgbe_validate_eeprom_checksum_X540()
581 if (read_checksum != checksum) in ixgbe_validate_eeprom_checksum_X540()
H A Dixgbe_common.c1897 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_generic() local
1911 hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum); in ixgbe_validate_eeprom_checksum_generic()
1917 if (read_checksum != checksum) in ixgbe_validate_eeprom_checksum_generic()
/titanic_41/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()