Searched refs:nxge_crc32c_word (Results 1 – 1 of 1) sorted by relevance
30 static void nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len);210 nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len) in nxge_crc32c_word() function269 nxge_crc32c_word(&crc32, (const uint32_t *) buf, len / 4); in nxge_crc32c()