Lines Matching defs:mtk_tx_ring
624 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 */
634 dma_addr_t phys_pdma;
635 int cpu_idx;