Searched refs:tx_ring_mcast (Results 1 – 2 of 2) sorted by relevance
1030 destroy_ring(dma, tx_ring_mcast); in b43_dma_free()1104 dma->tx_ring_mcast = b43_setup_dmaring(dev, 4, 1, type); in b43_dma_init()1105 if (!dma->tx_ring_mcast) in b43_dma_init()1123 destroy_ring(dma, tx_ring_mcast); in b43_dma_init()1176 ring = dma->tx_ring_mcast; in parse_cookie()1350 ring = dev->dma.tx_ring_mcast; in b43_dma_tx()1726 b43_dma_tx_suspend_ring(dev->dma.tx_ring_mcast); in b43_dma_tx_suspend()1731 b43_dma_tx_resume_ring(dev->dma.tx_ring_mcast); in b43_dma_tx_resume()
664 struct b43_dmaring *tx_ring_mcast; /* Multicast */ member