Lines Matching +full:mtl +full:- +full:tx +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); \
39 /* DMA TX descriptor ring initialization */
41 /* Invoked by the xmit function to prepare the tx descriptor */
51 /* Clean the tx descriptor as soon as the tx irq is received */
53 /* Clear interrupt on tx frame completion. When this bit is
56 /* Last tx segment reports the transmit status */
72 /* Set tx timestamp enable bit */
74 /* get tx timestamp status */
195 bool rx, bool tx);
197 bool rx, bool tx);
292 /* Enable the MAC RX/TX */
300 /* TX Queues Priority */
307 /* Program TX Algorithms */
309 /* Set MTL TX queues weight */
312 /* RX MTL queue to RX dma mapping */
323 /* Handle MTL interrupts */
380 /* TX Timestamp */
598 stmmac_do_callback(__priv, xpcs, config, __args)