Searched refs:crc16_t10dif (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | dif.c | 38 static uint16_t crc16_t10dif(uint16_t crc, const unsigned char *buffer, in crc16_t10dif() function 81 uint16_t crc = crc16_t10dif(0x0, buf, ns->lbasz); in nvme_dif_pract_generate_dif_crc16() 84 crc = crc16_t10dif(crc, mbuf, pil); in nvme_dif_pract_generate_dif_crc16() 178 uint16_t crc = crc16_t10dif(0x0, buf, ns->lbasz); in nvme_dif_prchk_crc16() 181 crc = crc16_t10dif(crc, mbuf, pil); in nvme_dif_prchk_crc16()
|