Searched refs:crcin (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp_hash.c | 93 crc_ccitt(uint16_t crcin, uint8_t data) in crc_ccitt() argument 97 mcrc = (((crcin >> 8) ^ data) & 0xff) << 8; in crc_ccitt() 104 return ((crcin << 8) ^ crc); in crc_ccitt() 330 nxge_compute_h1_table4(uint32_t crcin, uint32_t *flow, uint32_t length) in nxge_compute_h1_table4() argument 332 uint32_t w, fw, i, crch1 = crcin; in nxge_compute_h1_table4() 359 nxge_compute_h1_table1(uint32_t crcin, uint32_t *flow, uint32_t length) in nxge_compute_h1_table1() argument 362 uint32_t i, crch1, tmp = crcin; in nxge_compute_h1_table1() 367 tmp = crcin; in nxge_compute_h1_table1()
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp_hash.h | 41 uint32_t nxge_compute_h1_serial(uint32_t crcin, uint32_t *, uint32_t);
|