Searched defs:cnx_crc16 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1194 * cnx_crc16 - computes 16 bit crc of supplied buffer.
1199 cnx_crc16(uint8_t *image, uint32_t size, int is_image) function
1206 logmsg(MSG_INFO, "hermon: cnx_crc16\n");
1247 crc = htons(cnx_crc16((uint8_t *)&verifier->fwimage[offset / 4],
1372 crc = cnx_crc16((uint8_t *)guid_structure, CNX_GUID_CRC16_SIZE,

Completed in 61 milliseconds