Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c29 static void nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len);
209 nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len) in nxge_crc32c_word() function
268 nxge_crc32c_word(&crc32, (const uint32_t *) buf, len / 4); in nxge_crc32c()