Lines Matching refs:b43legacy_dmadesc32
32 struct b43legacy_dmadesc32 *op32_idx2desc(struct b43legacy_dmaring *ring, in op32_idx2desc()
36 struct b43legacy_dmadesc32 *desc; in op32_idx2desc()
46 struct b43legacy_dmadesc32 *desc, in op32_fill_descriptor()
50 struct b43legacy_dmadesc32 *descbase = ring->descbase; in op32_fill_descriptor()
83 (u32)(slot * sizeof(struct b43legacy_dmadesc32))); in op32_poke_tx()
107 return (val / sizeof(struct b43legacy_dmadesc32)); in op32_get_current_rxslot()
114 (u32)(slot * sizeof(struct b43legacy_dmadesc32))); in op32_set_current_rxslot()
420 struct b43legacy_dmadesc32 *desc, in setup_rx_descbuffer()
473 struct b43legacy_dmadesc32 *desc; in alloc_initial_descbuffers()
933 struct b43legacy_dmadesc32 *desc; in dma_tx_fragment()
1223 struct b43legacy_dmadesc32 *desc; in dma_rx()