/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2022 HiSilicon Limited. */ #ifndef _KERNEL_DMA_BENCHMARK_H #define _KERNEL_DMA_BENCHMARK_H #define DMA_MAP_BENCHMARK … #define DMA_MAP_MAX_THREADS … #define DMA_MAP_MAX_SECONDS … #define DMA_MAP_MAX_TRANS_DELAY … #define DMA_MAP_BIDIRECTIONAL … #define DMA_MAP_TO_DEVICE … #define DMA_MAP_FROM_DEVICE … struct map_benchmark { … }; #endif /* _KERNEL_DMA_BENCHMARK_H */