Searched refs:crc_hdr (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/nvmem/layouts/
H A Donie-tlv.c160 struct onie_tlv crc_hdr; local
164 memcpy(&crc_hdr, table + table_len - ONIE_TLV_CRC_FIELD_SZ, sizeof(crc_hdr));
165 if (crc_hdr.type != 0xfe || crc_hdr.len != ONIE_TLV_CRC_SZ) {

Completed in 175 milliseconds