Home
last modified time | relevance | path

Searched refs:crc16 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dcrc16.h37 crc16(uint16_t crc, const void *buffer, unsigned int len) in crc16() function
/freebsd/sys/dev/atopcase/
H A Datopcase.c157 if (crc != crc16(0, msg, msg_len - sizeof(crc))) { in atopcase_process_message()
233 if (le16toh(pkt.checksum) != crc16(0, &pkt, sizeof(pkt) - 2)) { in atopcase_receive_packet()
407 msg_checksum = htole16(crc16(0, pkt->data, pkt->length - 2)); in atopcase_create_message()
409 pkt->checksum = htole16(crc16(0, (uint8_t*)pkt, sizeof(*pkt) - 2)); in atopcase_create_message()
/freebsd/sys/fs/ext2fs/
H A Dext2_csum.c698 crc = crc16(~0, fs->e2fs->e2fs_uuid, in ext2_gd_csum()
700 crc = crc16(crc, (uint8_t *)&block_group, in ext2_gd_csum()
702 crc = crc16(crc, (uint8_t *)gd, offset); in ext2_gd_csum()
706 crc = crc16(crc, (uint8_t *)gd + offset, in ext2_gd_csum()
/freebsd/usr.sbin/bhyve/
H A DMakefile29 crc16.c \
H A Dpci_nvme.c639 eui64 = OUI_FREEBSD_NVME_LOW | crc16(0, data, strlen(data)); in pci_nvme_init_nsdata()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h569 crc16(uint16_t crc, const void *buffer, unsigned int len) in crc16() function
H A Dib_verbs.c2491 crc = crc16(crc, (data + i), 1); in get_source_port()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_common.h2155 __le16 crc16 /* crc16 result */; member
/freebsd/sys/dev/bxe/
H A Decore_hsi.h3807 uint16_t crc16 /* crc16 result */; member
3809 uint16_t crc16 /* crc16 result */; member
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h3583 u8 crc16[0x10]; member
/freebsd/sys/conf/
H A Dfiles4040 libkern/crc16.c standard