Searched refs:t10_dif_crc_table (Results 1 – 1 of 1) sorted by relevance
18 static const u16 t10_dif_crc_table[256] = { variable58 crc = (crc << 8) ^ t10_dif_crc_table[(crc >> 8) ^ p[i]]; in crc_t10dif_generic()