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 */
253 /* dma channel id for tx */
256 /* number of dma desc in tx ring */
265 /* number of available descriptor for tx */
268 /* next tx descriptor avaiable */
271 /* next dirty tx descriptor to reclaim */
274 /* list of skb given to hw for tx */
277 /* lock used by tx reclaim and xmit */
319 /* mac clock */
320 struct clk *mac_clk;
323 struct clk *phy_clk;