Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
645 struct mtk_tx_ring { struct646 struct mtk_tx_dma *dma;647 struct mtk_tx_buf *buf;648 dma_addr_t phys;649 struct mtk_tx_dma *next_free;650 struct mtk_tx_dma *last_free;651 u16 thresh;652 atomic_t free_count;653 int dma_size;654 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */[all …]