Searched refs:crc_tbl (Results 1 – 1 of 1) sorted by relevance
39 static const uint32_t crc_tbl[256] = { variable114 crc = crc_tbl[crc&0xff] ^ (crc>>8); in get_mac_addr_crc()