Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
736 struct mtk_tx_ring { struct737 void *dma;738 struct mtk_tx_buf *buf;739 dma_addr_t phys;740 struct mtk_tx_dma *next_free;741 struct mtk_tx_dma *last_free;742 u32 last_free_ptr;743 u16 thresh;744 atomic_t free_count;745 int dma_size;[all …]