Lines Matching +full:mac +full:- +full:clk +full:- +full:tx
1 /* SPDX-License-Identifier: GPL-2.0 */
23 /* tx transmit threshold (4 bytes unit), fifo is 256 bytes, the value
29 * hardware maximum rx/tx packet size including FCS, max mtu is
199 /* mac irq, rx_dma irq, tx_dma irq */
204 /* hw view of rx & tx dma ring */
208 /* allocated size (in bytes) for rx & tx dma ring */
247 /* dma channel id for tx */
250 /* number of dma desc in tx ring */
259 /* number of available descriptor for tx */
262 /* next tx descriptor avaiable */
265 /* next dirty tx descriptor to reclaim */
268 /* list of skb given to hw for tx */
271 /* lock used by tx reclaim and xmit */
313 /* mac clock */
314 struct clk *mac_clk;
317 struct clk *phy_clk;