/spdk/test/unit/lib/accel/accel.c/ |
H A D | accel_ut.c | 678 struct iovec src_iovs[2], dst_iovs[2]; test_sequence_fill_copy() local 870 struct iovec src_iovs[2], dst_iovs[2]; test_sequence_abort() local 940 struct iovec src_iovs, dst_iovs; test_sequence_append_error() local 1014 struct iovec *src_iovs; global() member 1077 struct iovec src_iovs, dst_iovs; test_sequence_completion_error() local 1230 struct iovec src_iovs[2], dst_iovs[2]; test_sequence_decompress() local 1356 struct iovec src_iovs[2], dst_iovs[2]; test_sequence_reverse() local 1534 struct iovec src_iovs[4], dst_iovs[4], exp_iovs[2]; test_sequence_copy_elision() local 2009 struct iovec src_iovs[3], dst_iovs[3]; test_sequence_accel_buffers() local 2493 struct iovec src_iovs[2], dst_iovs[2]; test_sequence_memory_domain() local 2831 struct iovec *src_iovs, *dst_iovs; ut_submit_decompress_memory_domain() local 2868 struct iovec src_iovs[2], dst_iovs[2]; test_sequence_module_memory_domain() local 3027 struct iovec src_iovs[4], dst_iovs[4]; test_sequence_crypto() local 3295 struct iovec src_iovs[3], dst_iovs[3]; test_sequence_driver() local 3879 struct iovec src_iovs[4], dst_iovs[4]; test_sequence_crc32() local [all...] |
/spdk/test/external_code/accel/ |
H A D | module.c | 20 struct iovec *src_iovs, uint32_t src_iovcnt) in ex_accel_copy_iovs() 37 ex_accel_compare(struct iovec *src_iovs, uint32_t src_iovcnt, in ex_accel_compare()
|
/spdk/test/unit/lib/accel/dpdk_compressdev.c/ |
H A D | accel_dpdk_compressdev_ut.c | 499 struct iovec src_iovs[3] = {}; test_compress_operation() local 622 struct iovec src_iovs[3] = {}; test_compress_operation_cross_boundary() local 790 struct iovec src_iovs = {}; test_setup_compress_mbuf() local 860 struct iovec src_iovs[3] = {}; test_poller() local [all...] |
/spdk/test/unit/lib/bdev/compress.c/ |
H A D | compress_ut.c | 181 spdk_accel_submit_compress(struct spdk_io_channel * ch,void * dst,uint64_t nbytes,struct iovec * src_iovs,size_t src_iovcnt,uint32_t * output_size,spdk_accel_completion_cb cb_fn,void * cb_arg) spdk_accel_submit_compress() argument 190 spdk_accel_submit_decompress(struct spdk_io_channel * ch,struct iovec * dst_iovs,size_t dst_iovcnt,struct iovec * src_iovs,size_t src_iovcnt,uint32_t * output_size,spdk_accel_completion_cb cb_fn,void * cb_arg) spdk_accel_submit_decompress() argument
|
/spdk/module/bdev/compress/ |
H A D | vbdev_compress.c | 125 _compress_operation(struct spdk_reduce_backing_dev * backing_dev,struct iovec * src_iovs,int src_iovcnt,struct iovec * dst_iovs,int dst_iovcnt,bool compress,void * cb_arg) _compress_operation() argument 151 _comp_reduce_compress(struct spdk_reduce_backing_dev * dev,struct iovec * src_iovs,int src_iovcnt,struct iovec * dst_iovs,int dst_iovcnt,struct spdk_reduce_vol_cb_args * cb_arg) _comp_reduce_compress() argument 167 _comp_reduce_decompress(struct spdk_reduce_backing_dev * dev,struct iovec * src_iovs,int src_iovcnt,struct iovec * dst_iovs,int dst_iovcnt,struct spdk_reduce_vol_cb_args * cb_arg) _comp_reduce_decompress() argument
|
/spdk/test/accel/dif/ |
H A D | dif.c | 36 struct iovec *src_iovs; member 79 struct iovec *src_iovs; global() member [all...] |
/spdk/module/accel/dpdk_compressdev/ |
H A D | accel_dpdk_compressdev.c | 428 struct iovec *src_iovs = task->s.iovs; _compress_operation() local
|