Searched defs:init_crc (Results 1 – 1 of 1) sorted by relevance
/spdk/lib/util/ |
H A D | crc16.c | 17 spdk_crc16_t10dif(uint16_t init_crc, const void *buf, size_t len) in spdk_crc16_t10dif() 23 spdk_crc16_t10dif_copy(uint16_t init_crc, uint8_t *dst, uint8_t *src, in spdk_crc16_t10dif_copy() 617 crc16_table_t10dif(uint16_t init_crc, const void *buf, size_t len) in crc16_table_t10dif() 628 spdk_crc16_t10dif(uint16_t init_crc, const void *buf, size_t len) in spdk_crc16_t10dif() 634 spdk_crc16_t10dif_copy(uint16_t init_crc, uint8_t *dst, uint8_t *src, size_t len) in spdk_crc16_t10dif_copy()
|