Lines Matching defs:b43_dmaring
226 struct b43_dmaring { struct
228 const struct b43_dma_ops *ops;
230 void *descbase;
232 struct b43_dmadesc_meta *meta;
237 u8 *txhdr_cache;
239 dma_addr_t dmabase;
241 int nr_slots;
243 int used_slots;
245 int current_slot;
247 u32 frameoffset;
249 u16 rx_buffersize;
251 u16 mmio_base;
253 int index;
278 static inline u32 b43_dma_read(struct b43_dmaring *ring, u16 offset) in b43_dma_read() argument