Lines Matching defs:mtk_tx_ring
886 struct mtk_tx_ring { struct
887 void *dma;
888 struct mtk_tx_buf *buf;
889 dma_addr_t phys;
890 struct mtk_tx_dma *next_free;
891 struct mtk_tx_dma *last_free;
892 u32 last_free_ptr;
893 u16 thresh;
894 atomic_t free_count;
895 int dma_size;
896 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */
897 dma_addr_t phys_pdma;
898 int cpu_idx;