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)
130 /* There are 4 Tx DMA channels, but the highest priority is CH3 (thread 3)
163 /* DMA related */
184 /* shutdown related */
201 /* RX IRQ Coalescing Related */
207 * struct prueth_pdata - PRUeth platform data
225 * struct prueth - PRUeth structure
247 * @vlan_tbl: VLAN-FID table pointer
320 switch (emac->port_id) { in prueth_emac_slice()
326 return -EINVAL; in prueth_emac_slice()