Searched refs:crc16_t10dif_table (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/nvme/ | ||
H A D | dif.h | 5 static const uint16_t crc16_t10dif_table[256] = { variable |
H A D | dif.c | 44 crc = (crc << 8) ^ crc16_t10dif_table[((crc >> 8) ^ buffer[i]) & 0xff]; in crc16_t10dif() |