Lines Matching defs:mtk_tx_ring
905 struct mtk_tx_ring { struct
906 void *dma;
907 struct mtk_tx_buf *buf;
908 dma_addr_t phys;
909 struct mtk_tx_dma *next_free;
910 struct mtk_tx_dma *last_free;
911 u32 last_free_ptr;
912 u16 thresh;
913 atomic_t free_count;
914 int dma_size;
915 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
916 dma_addr_t phys_pdma;
917 int cpu_idx;