Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
670 struct mtk_tx_ring { struct671 struct mtk_tx_dma *dma;672 struct mtk_tx_buf *buf;673 dma_addr_t phys;674 struct mtk_tx_dma *next_free;675 struct mtk_tx_dma *last_free;676 u32 last_free_ptr;677 u16 thresh;678 atomic_t free_count;679 int dma_size;[all …]