Searched refs:b43_setup_dmaring (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43/ |
D | dma.c | 815 struct b43_dmaring *b43_setup_dmaring(struct b43_wldev *dev, in b43_setup_dmaring() function 1061 dma->tx_ring_AC_BK = b43_setup_dmaring(dev, 0, 1, type); in b43_dma_init() 1065 dma->tx_ring_AC_BE = b43_setup_dmaring(dev, 1, 1, type); in b43_dma_init() 1069 dma->tx_ring_AC_VI = b43_setup_dmaring(dev, 2, 1, type); in b43_dma_init() 1073 dma->tx_ring_AC_VO = b43_setup_dmaring(dev, 3, 1, type); in b43_dma_init() 1077 dma->tx_ring_mcast = b43_setup_dmaring(dev, 4, 1, type); in b43_dma_init() 1082 dma->rx_ring = b43_setup_dmaring(dev, 0, 0, type); in b43_dma_init()
|