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

/freebsd-current/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];

Completed in 61 milliseconds