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