Searched refs:b43_setup_dmaring (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43/ |
D | dma.c | 863 struct b43_dmaring *b43_setup_dmaring(struct b43_wldev *dev, in b43_setup_dmaring() function 1158 dma->tx_ring_AC_BK = b43_setup_dmaring(dev, 0, 1, type); in b43_dma_init() 1162 dma->tx_ring_AC_BE = b43_setup_dmaring(dev, 1, 1, type); in b43_dma_init() 1166 dma->tx_ring_AC_VI = b43_setup_dmaring(dev, 2, 1, type); in b43_dma_init() 1170 dma->tx_ring_AC_VO = b43_setup_dmaring(dev, 3, 1, type); in b43_dma_init() 1174 dma->tx_ring_mcast = b43_setup_dmaring(dev, 4, 1, type); in b43_dma_init() 1179 dma->rx_ring = b43_setup_dmaring(dev, 0, 0, type); in b43_dma_init()
|