Searched refs:crc16 (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | crc16.h | 37 crc16(uint16_t crc, const void *buffer, unsigned int len) in crc16() function
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase.c | 157 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 D | ext2_csum.c | 698 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 D | Makefile | 29 crc16.c \
|
H A D | pci_nvme.c | 639 eui64 = OUI_FREEBSD_NVME_LOW | crc16(0, data, strlen(data)); in pci_nvme_init_nsdata()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.h | 569 crc16(uint16_t crc, const void *buffer, unsigned int len) in crc16() function
|
H A D | ib_verbs.c | 2491 crc = crc16(crc, (data + i), 1); in get_source_port()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_common.h | 2155 __le16 crc16 /* crc16 result */; member
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 3807 uint16_t crc16 /* crc16 result */; member 3809 uint16_t crc16 /* crc16 result */; member
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 3583 u8 crc16[0x10]; member
|
/freebsd/sys/conf/ |
H A D | files | 4040 libkern/crc16.c standard
|