Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
905 struct mtk_tx_ring { struct906 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;[all …]