mtk_wed_ring
struct mtk_wed_ring *ring)
mtk_wed_rro_ring_alloc(struct mtk_wed_device *dev, struct mtk_wed_ring *ring,
mtk_wed_ring_reset(struct mtk_wed_ring *ring, int size, bool tx)
mtk_wed_ring_alloc(struct mtk_wed_device *dev, struct mtk_wed_ring *ring,
struct mtk_wed_ring *wdma;
struct mtk_wed_ring *wdma;
struct mtk_wed_ring *ring = &dev->rx_ring[i];
struct mtk_wed_ring *ring = &dev->rx_rro_ring[i];
struct mtk_wed_ring *ring = &dev->rx_page_ring[i];
struct mtk_wed_ring *ring = &dev->rx_rro_ring[idx];
struct mtk_wed_ring *ring = &dev->rx_page_ring[idx];
struct mtk_wed_ring *ring = &dev->ind_cmd_ring;
struct mtk_wed_ring *ring = &dev->tx_ring[idx];
struct mtk_wed_ring *ring = &dev->txfree_ring;
struct mtk_wed_ring *ring = &dev->rx_ring[idx];
mtk_wed_free_ring(struct mtk_wed_device *dev, struct mtk_wed_ring *ring)
struct mtk_wed_ring txfree_ring;
struct mtk_wed_ring tx_wdma[MTK_WED_TX_QUEUES];
struct mtk_wed_ring rx_wdma[MTK_WED_RX_QUEUES];
struct mtk_wed_ring rx_rro_ring[MTK_WED_RX_QUEUES];
struct mtk_wed_ring rx_page_ring[MTK_WED_RX_PAGE_QUEUES];
struct mtk_wed_ring ind_cmd_ring;
struct mtk_wed_ring ring;
struct mtk_wed_ring tx_ring[MTK_WED_TX_QUEUES];
struct mtk_wed_ring rx_ring[MTK_WED_RX_QUEUES];