Home
last modified time | relevance | path

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

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