Searched refs:ONIE_TLV_CRC_SZ (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/nvmem/layouts/
H A Donie-tlv.c19 #define ONIE_TLV_CRC_SZ 4 macro
165 if (crc_hdr.type != 0xfe || crc_hdr.len != ONIE_TLV_CRC_SZ) {
173 memcpy(&crc_be, table + table_len - ONIE_TLV_CRC_SZ, ONIE_TLV_CRC_SZ);
175 calc_crc = crc32(~0, table, table_len - ONIE_TLV_CRC_SZ) ^ 0xFFFFFFFF;

Completed in 442 milliseconds