Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c469 wptr[2] = file->block_crc; in emlxs_be_flash_image()
574 if (value != file->block_crc) { in emlxs_be_verify_crc()
577 file->label, value, file->block_crc); in emlxs_be_verify_crc()
1106 file->block_crc = entry->checksum; in emlxs_be2_validate_image()
1130 file->block_crc = BE_SWAP32(value); in emlxs_be2_validate_image()
1170 fw_image->fcoe_version = file->block_crc; in emlxs_be2_validate_image()
1186 fw_image->iscsi_version = file->block_crc; in emlxs_be2_validate_image()
1215 file->image_offset, file->block_crc, file->load_address); in emlxs_be2_validate_image()
1494 file->block_crc = entry->checksum; in emlxs_be3_validate_image()
1510 file->block_crc = BE_SWAP32(value); in emlxs_be3_validate_image()
[all …]
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c827 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local
864 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2443 uint32_t block_crc; member