Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
792 struct mtk_tx_ring { struct793 void *dma;794 struct mtk_tx_buf *buf;795 dma_addr_t phys;796 struct mtk_tx_dma *next_free;798 u32 last_free_ptr;799 u16 thresh;800 atomic_t free_count;801 int dma_size;803 dma_addr_t phys_pdma;[all …]
Completed in 13 milliseconds