Lines Matching defs:dst_iovcnt
1036 uint32_t dst_iovcnt;
1059 CU_ASSERT_EQUAL(task->d.iovcnt, op->dst_iovcnt);
1061 sizeof(struct iovec) * op->dst_iovcnt), 0);
1575 g_seq_operations[SPDK_ACCEL_OPC_DECOMPRESS].dst_iovcnt = 1;
1764 g_seq_operations[SPDK_ACCEL_OPC_COPY].dst_iovcnt = 1;
1808 g_seq_operations[SPDK_ACCEL_OPC_FILL].dst_iovcnt = 1;
1842 g_seq_operations[SPDK_ACCEL_OPC_ENCRYPT].dst_iovcnt = 1;
1894 g_seq_operations[SPDK_ACCEL_OPC_DECRYPT].dst_iovcnt = 1;
1947 g_seq_operations[SPDK_ACCEL_OPC_DECRYPT].dst_iovcnt = 1;
2853 uint32_t src_iovcnt, dst_iovcnt;
2858 dst_iovcnt = task->d.iovcnt;
2871 dst_iovcnt = 1;
2874 spdk_iovcpy(src_iovs, src_iovcnt, dst_iovs, dst_iovcnt);
4246 g_seq_operations[SPDK_ACCEL_OPC_ENCRYPT].dst_iovcnt = 1;
4294 g_seq_operations[SPDK_ACCEL_OPC_DECRYPT].dst_iovcnt = 1;