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)
55 /* Number of ICSSG related stats */
58 #define ICSSG_NUM_ETHTOOL_STATS (ICSSG_NUM_STATS - ICSSG_NUM_STANDARD_STATS)
86 /* VLAN Filtering Related MACROs */
136 /* There are 4 Tx DMA channels, but the highest priority is CH3 (thread 3)
168 /* DMA related */
189 /* shutdown related */
206 /* RX IRQ Coalescing Related */
214 * struct prueth_pdata - PRUeth platform data
232 * struct prueth - PRUeth structure
254 * @vlan_tbl: VLAN-FID table pointer
329 switch (emac->port_id) { in prueth_emac_slice()
335 return -EINVAL; in prueth_emac_slice()