Searched defs:mtk_tx_ring (Results 1 – 3 of 3) sorted by relevance
577 struct mtk_tx_ring { struct585 struct mtk_tx_ring *ring, bool gso); argument586 int (*tx_poll)(struct mtk_eth *eth, int budget, bool *tx_again);587 void (*tx_clean)(struct mtk_eth *eth);590 u16 tx_ring_size;591 u16 tx_free_idx;594 u16 tx_next_idx;595 atomic_t tx_free_count;
645 struct mtk_tx_ring { struct646 struct mtk_tx_dma *dma;647 struct mtk_tx_buf *buf;648 dma_addr_t phys;649 struct mtk_tx_dma *next_free;650 struct mtk_tx_dma *last_free;651 u16 thresh;652 atomic_t free_count;653 int dma_size;654 struct mtk_tx_dma *dma_pdma; /* For MT7628/88 PDMA handling */[all …]
523 struct mtk_tx_ring { struct524 struct mtk_tx_dma *dma;525 struct mtk_tx_buf *buf;526 dma_addr_t phys;527 struct mtk_tx_dma *next_free;528 struct mtk_tx_dma *last_free;529 u16 thresh;530 atomic_t free_count;