Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDcrc16.h37 crc16(uint16_t crc, const void *buffer, unsigned int len) in crc16() function
/freebsd-14-stable/sys/dev/atopcase/
HDatopcase.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-14-stable/sys/fs/ext2fs/
HDext2_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-14-stable/usr.sbin/bhyve/
HDMakefile29 crc16.c \
HDpci_nvme.c639 eui64 = OUI_FREEBSD_NVME_LOW | crc16(0, data, strlen(data)); in pci_nvme_init_nsdata()
/freebsd-14-stable/sys/dev/bnxt/bnxt_re/
HDib_verbs.h569 crc16(uint16_t crc, const void *buffer, unsigned int len) in crc16() function
HDib_verbs.c2491 crc = crc16(crc, (data + i), 1); in get_source_port()
/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore_hsi_common.h2155 __le16 crc16 /* crc16 result */; member
/freebsd-14-stable/sys/dev/bxe/
HDecore_hsi.h3807 uint16_t crc16 /* crc16 result */; member
3809 uint16_t crc16 /* crc16 result */; member
/freebsd-14-stable/sys/dev/mlx5/
HDmlx5_ifc.h3314 u8 crc16[0x10]; member
/freebsd-14-stable/sys/conf/
HDfiles4032 libkern/crc16.c standard