Searched refs:tx_ring_mcast (Results 1 – 2 of 2) sorted by relevance
1061 destroy_ring(dma, tx_ring_mcast); in b43_dma_free()1174 dma->tx_ring_mcast = b43_setup_dmaring(dev, 4, 1, type); in b43_dma_init()1175 if (!dma->tx_ring_mcast) in b43_dma_init()1193 destroy_ring(dma, tx_ring_mcast); in b43_dma_init()1246 ring = dma->tx_ring_mcast; in parse_cookie()1420 ring = dev->dma.tx_ring_mcast; in b43_dma_tx()1794 b43_dma_tx_suspend_ring(dev->dma.tx_ring_mcast); in b43_dma_tx_suspend()1799 b43_dma_tx_resume_ring(dev->dma.tx_ring_mcast); in b43_dma_tx_resume()
639 struct b43_dmaring *tx_ring_mcast; /* Multicast */ member