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.c30 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) function
269 nxge_crc32c_word(&crc32, (const uint32_t *) buf, len / 4);

Completed in 57 milliseconds