Searched refs:b43legacy_dmaring (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/b43legacy/
H A Ddma.c45 struct b43legacy_dmadesc32 *op32_idx2desc(struct b43legacy_dmaring *ring,
58 static void op32_fill_descriptor(struct b43legacy_dmaring *ring,
93 static void op32_poke_tx(struct b43legacy_dmaring *ring, int slot)
99 static void op32_tx_suspend(struct b43legacy_dmaring *ring)
106 static void op32_tx_resume(struct b43legacy_dmaring *ring)
113 static int op32_get_current_rxslot(struct b43legacy_dmaring *ring)
123 static void op32_set_current_rxslot(struct b43legacy_dmaring *ring,
130 static inline int free_slots(struct b43legacy_dmaring *ring)
135 static inline int next_slot(struct b43legacy_dmaring *ring, int slot)
143 static inline int prev_slot(struct b43legacy_dmaring *rin
[all...]
H A Ddma.h121 struct b43legacy_dmaring { struct
167 u32 b43legacy_dma_read(struct b43legacy_dmaring *ring,
174 void b43legacy_dma_write(struct b43legacy_dmaring *ring,
192 void b43legacy_dma_rx(struct b43legacy_dmaring *ring);
218 void b43legacy_dma_rx(struct b43legacy_dmaring *ring)
H A Db43legacy.h354 struct b43legacy_dmaring;
521 struct b43legacy_dmaring *tx_ring0;
522 struct b43legacy_dmaring *tx_ring1;
523 struct b43legacy_dmaring *tx_ring2;
524 struct b43legacy_dmaring *tx_ring3;
525 struct b43legacy_dmaring *tx_ring4;
526 struct b43legacy_dmaring *tx_ring5;
528 struct b43legacy_dmaring *rx_ring0;
529 struct b43legacy_dmaring *rx_ring3; /* only on core.rev < 5 */

Completed in 15 milliseconds