Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsctp_crc32.c95 sctp_crc_byte(uint32_t *crcptr, const uint8_t *buf, int len) in sctp_crc_byte() argument
100 crc = *crcptr; in sctp_crc_byte()
108 *crcptr = crc; in sctp_crc_byte()
112 sctp_crc_word(uint32_t *crcptr, const uint32_t *buf, int len) in sctp_crc_word() argument
117 crc = *crcptr; in sctp_crc_word()
123 *crcptr = crc; in sctp_crc_word()
/titanic_41/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);
164 nxge_crc32c_byte(uint32_t *crcptr, const uint8_t *buf, int len) in nxge_crc32c_byte() argument
169 crc = *crcptr; in nxge_crc32c_byte()
177 *crcptr = crc; in nxge_crc32c_byte()
185 nxge_crc_ccitt_byte(uint16_t *crcptr, const uint8_t *buf, int len) in nxge_crc_ccitt_byte() argument
190 crc = *crcptr; in nxge_crc_ccitt_byte()
199 *crcptr = crc; in nxge_crc_ccitt_byte()
210 nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len) in nxge_crc32c_word() argument
215 crc = *crcptr; in nxge_crc32c_word()
223 *crcptr = crc; in nxge_crc32c_word()