Home
last modified time | relevance | path

Searched defs:offset_in_block (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/util/
H A Ddif.c641 _dif_generate_split(struct _dif_sgl * sgl,uint32_t offset_in_block,uint32_t data_len,uint64_t guard,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx) _dif_generate_split() argument
884 _dif_verify_split(struct _dif_sgl * sgl,uint32_t offset_in_block,uint32_t data_len,uint64_t * _guard,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dif_verify_split() argument
1017 _dif_update_crc32c_split(struct _dif_sgl * sgl,uint32_t offset_in_block,uint32_t data_len,uint32_t crc32c,const struct spdk_dif_ctx * ctx) _dif_update_crc32c_split() argument
1119 uint32_t offset_in_block, src_len, data_block_size; _dif_generate_copy_split() local
1251 uint32_t offset_in_block, dst_len, data_block_size; _dif_verify_copy_split() local
1362 uint32_t offset_in_block, buf_len; _dif_inject_error() local
1519 uint32_t offset_in_block, data_buf_len; _dix_generate_split() local
1632 uint32_t offset_in_block, data_buf_len; _dix_verify_split() local
1890 uint32_t len, offset_in_block, offset_blocks; spdk_dif_generate_stream() local
1935 uint32_t len, offset_in_block, offset_blocks; spdk_dif_verify_stream() local
1982 uint32_t buf_len = 0, buf_offset = 0, len, offset_in_block; spdk_dif_update_crc32c_stream() local
[all...]
/spdk/test/unit/lib/util/dif.c/
H A Ddif_ut.c20 uint32_t offset_blocks, offset_in_block, buf_len, data_offset, i; in ut_data_pattern_generate() local
61 uint32_t offset_blocks, offset_in_block, buf_len, data_offset, i; in ut_data_pattern_verify() local
[all...]