Home
last modified time | relevance | path

Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h624 struct mtk_tx_ring { struct
625 struct mtk_tx_dma *dma;
626 struct mtk_tx_buf *buf;
627 dma_addr_t phys;
628 struct mtk_tx_dma *next_free;
629 struct mtk_tx_dma *last_free;
630 u16 thresh;
631 atomic_t free_count;
632 int dma_size;
633 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
[all …]