Searched defs:mtk_tx_ring (Results 1 – 1 of 1) sorted by relevance
614 struct mtk_tx_ring { struct615 struct mtk_tx_dma *dma;616 struct mtk_tx_buf *buf;617 dma_addr_t phys;618 struct mtk_tx_dma *next_free;619 struct mtk_tx_dma *last_free;620 u16 thresh;621 atomic_t free_count;622 int dma_size;623 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */[all …]