Home
last modified time | relevance | path

Searched refs:crc16_t10dif_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/nvme/
H A Ddif.h5 static const uint16_t crc16_t10dif_table[256] = { variable
H A Ddif.c44 crc = (crc << 8) ^ crc16_t10dif_table[((crc >> 8) ^ buffer[i]) & 0xff]; in crc16_t10dif()