Lines Matching +full:mtl +full:- +full:rx +full:- +full:config
1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
13 int __result = -EINVAL; \
14 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) { \
15 (__priv)->hw->__module->__cname((__arg0), ##__args); \
22 int __result = -EINVAL; \
23 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) \
24 __result = (__priv)->hw->__module->__cname((__arg0), ##__args); \
36 /* DMA RX descriptor ring initialization */
78 /* get rx timestamp status */
81 void (*display_ring)(void *head, unsigned int size, bool rx);
195 bool rx, bool tx);
197 bool rx, bool tx);
207 /* Program the HW RX Watchdog */
292 /* Enable the MAC RX/TX */
296 /* Enable RX Queues */
298 /* RX Queues Priority */
302 /* RX Queues Routing */
305 /* Program RX Algorithms */
309 /* Set MTL TX queues weight */
312 /* RX MTL queue to RX dma mapping */
323 /* Handle MTL interrupts */
356 /* Flexible RX Parser */
598 stmmac_do_callback(__priv, xpcs, config, __args)