Home
last modified time | relevance | path

Searched defs:dst_iovs (Results 1 – 7 of 7) sorted by relevance

/spdk/test/unit/lib/accel/accel.c/
H A Daccel_ut.c678 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
1018 struct iovec *dst_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/unit/lib/accel/dpdk_compressdev.c/
H A Daccel_dpdk_compressdev_ut.c501 struct iovec dst_iovs[3] = {}; test_compress_operation() local
624 struct iovec dst_iovs[3] = {}; test_compress_operation_cross_boundary() local
861 struct iovec dst_iovs[3] = {}; test_poller() local
[all...]
/spdk/test/external_code/accel/
H A Dmodule.c19 ex_accel_copy_iovs(struct iovec *dst_iovs, uint32_t dst_iovcnt, in ex_accel_copy_iovs()
/spdk/module/bdev/compress/
H A Dvbdev_compress.c126 _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
152 _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
168 _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 Ddif.c34 struct iovec *dst_iovs; member
77 struct iovec *dst_iovs; global() member
[all...]
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c189 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/accel/dpdk_compressdev/
H A Daccel_dpdk_compressdev.c426 struct iovec *dst_iovs = task->d.iovs; _compress_operation() local