Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h614 struct mtk_tx_ring { struct
615 struct mtk_tx_dma *dma;
616 struct mtk_tx_buf *buf;
617 dma_addr_t phys;
618 struct mtk_tx_dma *next_free;
619 struct mtk_tx_dma *last_free;
620 u16 thresh;
621 atomic_t free_count;
622 int dma_size;
623 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
[all …]