Home
last modified time | relevance | path

Searched defs:err_blk (Results 1 – 9 of 9) sorted by relevance

/spdk/lib/util/
H A Ddif.c745 _dif_error_set(struct spdk_dif_error * err_blk,uint8_t err_type,uint64_t expected,uint64_t actual,uint32_t err_offset) _dif_error_set() argument
758 _dif_reftag_check(struct spdk_dif * dif,const struct spdk_dif_ctx * ctx,uint64_t expected_reftag,uint32_t offset_blocks,struct spdk_dif_error * err_blk) _dif_reftag_check() argument
797 _dif_verify(void * _dif,uint64_t guard,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dif_verify() argument
857 dif_verify(struct _dif_sgl * sgl,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) dif_verify() argument
886 _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
953 dif_verify_split(struct _dif_sgl * sgl,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) dif_verify_split() argument
976 spdk_dif_verify(struct iovec * iovs,int iovcnt,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) spdk_dif_verify() argument
1210 dif_verify_copy(struct _dif_sgl * src_sgl,struct _dif_sgl * dst_sgl,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) dif_verify_copy() argument
1249 _dif_verify_copy_split(struct _dif_sgl * src_sgl,struct _dif_sgl * dst_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dif_verify_copy_split() argument
1295 dif_verify_copy_split(struct _dif_sgl * src_sgl,struct _dif_sgl * dst_sgl,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) dif_verify_copy_split() argument
1314 spdk_dif_verify_copy(struct iovec * iovs,int iovcnt,struct iovec * bounce_iovs,int bounce_iovcnt,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) spdk_dif_verify_copy() argument
1595 dix_verify(struct _dif_sgl * data_sgl,struct _dif_sgl * md_sgl,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) dix_verify() argument
1630 _dix_verify_split(struct _dif_sgl * data_sgl,struct _dif_sgl * md_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dix_verify_split() argument
1669 dix_verify_split(struct _dif_sgl * data_sgl,struct _dif_sgl * md_sgl,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) dix_verify_split() argument
1687 spdk_dix_verify(struct iovec * iovs,int iovcnt,struct iovec * md_iov,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) spdk_dix_verify() argument
1932 spdk_dif_verify_stream(struct iovec * iovs,int iovcnt,uint32_t data_offset,uint32_t data_len,struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) spdk_dif_verify_stream() argument
2059 _dif_remap_ref_tag(struct _dif_sgl * sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk,bool check_ref_tag) _dif_remap_ref_tag() argument
2126 spdk_dif_remap_ref_tag(struct iovec * iovs,int iovcnt,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk,bool check_ref_tag) spdk_dif_remap_ref_tag() argument
2160 _dix_remap_ref_tag(struct _dif_sgl * md_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk,bool check_ref_tag) _dix_remap_ref_tag() argument
2203 spdk_dix_remap_ref_tag(struct iovec * md_iov,uint32_t num_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk,bool check_ref_tag) spdk_dix_remap_ref_tag() argument
[all...]
/spdk/test/unit/lib/util/dif.c/
H A Ddif_ut.c409 struct spdk_dif_error err_blk = {}; in _dif_generate_and_verify_different_pi_format() local
490 struct spdk_dif_error err_blk = {}; in _dif_apptag_mask_test() local
602 struct spdk_dif_error err_blk = {}; _dif_guard_seed_test() local
661 struct spdk_dif_error err_blk = {}; _dif_guard_value_test() local
1227 struct spdk_dif_error err_blk = {}; _dif_inject_error_and_verify() local
1856 struct spdk_dif_error err_blk = {}; _dif_copy_inject_error_and_verify() local
2316 struct spdk_dif_error err_blk = {}; _dix_inject_error_and_verify() local
2479 struct spdk_dif_error err_blk = {}; _set_md_interleave_iovs_test() local
2619 struct spdk_dif_error err_blk = {}; set_md_interleave_iovs_split_test() local
2777 struct spdk_dif_error err_blk; dif_generate_stream_pi_16_test() local
2831 struct spdk_dif_error err_blk; _dif_generate_stream_test() local
3043 struct spdk_dif_error err_blk = {}; _set_md_interleave_iovs_multi_segments_test() local
3212 struct spdk_dif_error err_blk = {}; _dif_verify_split_test() local
3287 struct spdk_dif_error err_blk = {}; _dif_verify_stream_multi_segments_test() local
[all...]
/spdk/module/bdev/null/
H A Dbdev_null.c94 struct spdk_dif_error err_blk; in bdev_null_submit_request() local
/spdk/module/bdev/malloc/
H A Dbdev_malloc.c44 struct spdk_dif_error err_blk; malloc_verify_pi() local
/spdk/lib/iscsi/
H A Dconn.c1376 struct spdk_dif_error err_blk = {}; iscsi_dif_verify() local
/spdk/test/accel/dif/
H A Ddif.c848 struct spdk_dif_error err_blk; accel_dif_generate_copy_op_dif_generated_do_check() local
/spdk/module/bdev/raid/
H A Dbdev_raid.c514 struct spdk_dif_error err_blk = {}; raid_bdev_remap_dix_reftag() local
554 struct spdk_dif_error err_blk = {}; raid_bdev_verify_dix_reftag() local
/spdk/lib/nvmf/
H A Dtcp.c2772 struct spdk_dif_error err_blk = {}; _nvmf_tcp_send_c2h_data() local
/spdk/module/bdev/nvme/
H A Dbdev_nvme.c7300 struct spdk_dif_error err_blk = {}; bdev_nvme_verify_pi_error() local