Lines Matching defs:crc32c
1087 uint32_t crc32c, const struct spdk_dif_ctx *ctx)
1095 crc32c = spdk_crc32c_update(buf, ctx->block_size - ctx->md_size, crc32c);
1100 return crc32c;
1105 uint32_t crc32c, const struct spdk_dif_ctx *ctx)
1120 crc32c = spdk_crc32c_update(buf, buf_len, crc32c);
1128 return crc32c;
1133 uint32_t crc32c, const struct spdk_dif_ctx *ctx)
1138 crc32c = _dif_update_crc32c_split(sgl, 0, ctx->block_size, crc32c, ctx);
1141 return crc32c;
2354 uint32_t crc32c;
2362 crc32c = *_crc32c;
2374 crc32c = _dif_update_crc32c_split(&sgl, offset_in_block, len, crc32c, ctx);
2380 *_crc32c = crc32c;