Lines Matching +full:dma +full:- +full:related
1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright (C) 2018-2022 Texas Instruments Incorporated - https://www.ti.com/
31 #include <linux/dma-mapping.h>
32 #include <linux/dma/ti-cppi5.h>
33 #include <linux/dma/k3-udma-glue.h>
41 #define PRUETH_MAX_MTU (2000 - ETH_HLEN - ETH_FCS_LEN)
53 /* Number of ICSSG related stats */
56 #define ICSSG_NUM_ETHTOOL_STATS (ICSSG_NUM_STATS - ICSSG_NUM_STANDARD_STATS)
121 /* There are 4 Tx DMA channels, but the highest priority is CH3 (thread 3)
149 /* DMA related */
166 /* shutdown related */
181 * struct prueth_pdata - PRUeth platform data
191 * struct prueth - PRUeth structure
248 switch (emac->port_id) { in prueth_emac_slice()
254 return -EINVAL; in prueth_emac_slice()