Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_pfvf_utils.c11 static const unsigned char pfvf_crc8_table[] = variable
41 crc = pfvf_crc8_table[(crc ^ *buf++) & 0xff]; in adf_pfvf_crc()