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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hash.h43 uint32_t nxge_compute_h1_serial(uint32_t crcin, uint32_t *, uint32_t);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c94 crc_ccitt(uint16_t crcin, uint8_t data) argument
98 mcrc = (((crcin >> 8) ^ data) & 0xff) << 8;
105 return ((crcin << 8) ^ crc);
331 nxge_compute_h1_table4(uint32_t crcin, uint32_t *flow, uint32_t length) argument
333 uint32_t w, fw, i, crch1 = crcin;
360 nxge_compute_h1_table1(uint32_t crcin, uint32_t *flow, uint32_t length) argument
363 uint32_t i, crch1, tmp = crcin;
368 tmp = crcin;

Completed in 43 milliseconds