Lines Matching defs:b43_dmaring
225 struct b43_dmaring { struct
227 const struct b43_dma_ops *ops;
229 void *descbase;
231 struct b43_dmadesc_meta *meta;
236 u8 *txhdr_cache;
238 dma_addr_t dmabase;
240 int nr_slots;
242 int used_slots;
244 int current_slot;
246 u32 frameoffset;
248 u16 rx_buffersize;
250 u16 mmio_base;
252 int index;
277 static inline u32 b43_dma_read(struct b43_dmaring *ring, u16 offset) in b43_dma_read() argument