Lines Matching +full:dma +full:- +full:engine
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2018-2020 Intel Corporation
11 #include <linux/dma-mapping.h>
35 * struct ocs_aes_dev - AES device context.
42 * @dma_err_mask: Error reported by OCS DMA interrupts.
43 * @engine: Crypto engine for the device.
52 struct crypto_engine *engine; member
56 * struct ocs_dll_desc - Descriptor of an OCS DMA Linked List.
58 * @dma_addr: DMA address of the linked list head.
81 * ocs_aes_bypass_op() - Use OCS DMA to copy data.
83 * @dst_dma_list: The OCS DMA list mapping the memory where input data
85 * @src_dma_list: The OCS DMA list mapping input data.