Lines Matching +full:tx +full:- +full:max +full:- +full:burst
1 /* SPDX-License-Identifier: GPL-2.0 */
19 /* maximum burst len for dma (4 bytes unit) */
23 /* tx transmit threshold (4 bytes unit), fifo is 256 bytes, the value
24 * must be low enough so that a DMA transfer of above burst length can
29 * hardware maximum rx/tx packet size including FCS, max mtu is
30 * actually 2047, but if we set max rx size register to 2047 we won't
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 */
259 /* maximum dma burst size */
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 */