Searched refs:crc16 (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp_hash.c | 236 nxge_crc_ccitt(uint16_t crc16, const uint8_t *buf, int len) in nxge_crc_ccitt() argument 238 nxge_crc_ccitt_byte(&crc16, buf, len); in nxge_crc_ccitt() 239 return (crc16); in nxge_crc_ccitt()
|
/titanic_44/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 82 static uint16_t crc16(uint8_t *, int32_t, int32_t); 157 otp->tag_crc = SWAP16(crc16((unsigned char *)(otp+1), in maketag() 195 if (crc16((unsigned char *)(tp+1), length, SWAP16(tp->tag_crc)) != 0) in verifytag() 572 crc16(uint8_t *buf, int32_t size, int32_t rem) in crc16() function
|
/titanic_44/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | tavor.c | 101 static uint16_t crc16(uint8_t *image, uint32_t size); 1806 newxps->crc16 = 0xffff; in tavor_blast_image() 1841 newxps->crc16 = in tavor_blast_image() 1842 MLXSWAPBITS16(crc16((uint8_t *)newxps, FLASH_PS_CRC16_SIZE)); in tavor_blast_image() 1847 newxps->crc16); in tavor_blast_image() 1850 newxps->crc16) != FWFLASH_SUCCESS) { in tavor_blast_image() 1907 crc16(uint8_t *image, uint32_t size) in crc16() function
|
/titanic_44/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | tavor_ib.h | 81 uint16_t crc16; member
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | mks.h | 335 LEXTERN void crc16 (ushort *, ushort);
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 263 u16_t crc16 /* crc16 result */; member 265 u16_t crc16 /* crc16 result */; member
|