Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c582 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_X540() local
609 &read_checksum); in ixgbe_validate_eeprom_checksum_X540()
616 if (read_checksum != checksum) { in ixgbe_validate_eeprom_checksum_X540()
H A Dixgbe_x550.c3504 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_X550() local
3525 &read_checksum); in ixgbe_validate_eeprom_checksum_X550()
3532 if (read_checksum != checksum) { in ixgbe_validate_eeprom_checksum_X550()
H A Dixgbe_common.c2280 u16 read_checksum = 0; in ixgbe_validate_eeprom_checksum_generic() local
2300 status = hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum); in ixgbe_validate_eeprom_checksum_generic()
2309 if (read_checksum != checksum) in ixgbe_validate_eeprom_checksum_generic()