Lines Matching +full:dma +full:- +full:queues
1 /* SPDX-License-Identifier: GPL-2.0 */
15 * Maximum number of Tx/Rx queues per DPDMAI object
42 ((u64)((_width) < 64 ? ((u64)1 << (_width)) - 1 : (u64)-1))
44 /* Data Path DMA Interface API
66 * struct dpdmai_cfg - Structure representing DPDMAI configuration
67 * @num_queues: Number of the DMA queues
68 * @priorities: Priorities for the DMA hardware processing; valid priorities are
69 * configured with values 1-8; the entry following last valid entry
78 * struct dpdmai_attr - Structure representing DPDMAI attributes
84 * @num_of_queues: number of the DMA queues
97 * enum dpdmai_dest - DPDMAI destination types
100 * from the queue based on polling or other user-defined method
115 * struct dpdmai_dest_cfg - Structure representing DPDMAI destination parameters
119 * are 0-1 or 0-7, depending on the number of priorities in that
129 * struct dpdmai_rx_queue_cfg - DPDMAI RX queue configuration
146 * struct dpdmai_rx_queue_attr - Structure representing attributes of Rx queues