Searched refs:calc_checksum (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c80 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X540;
581 status = hw->eeprom.ops.calc_checksum(hw);
642 status = hw->eeprom.ops.calc_checksum(hw);
H A Dixgbe_x550.c71 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550;
452 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550;
2481 status = hw->eeprom.ops.calc_checksum(hw);
H A Dixgbe_common.c93 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_generic;
2192 status = hw->eeprom.ops.calc_checksum(hw);
2238 status = hw->eeprom.ops.calc_checksum(hw);
H A Dixgbe_type.h3651 s32 (*calc_checksum)(struct ixgbe_hw *); member in struct:ixgbe_eeprom_operations
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c803 mboxsc_chksum_t calc_checksum; local
1025 calc_checksum = mboxsc_checksum(CHKSUM_INIT, (uint8_t *)&header,
1027 calc_checksum = mboxsc_checksum(calc_checksum, (uint8_t *)datap,
1041 } else if (read_checksum != calc_checksum) {

Completed in 91 milliseconds