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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Ddma.h200 struct b43legacy_dmaring;
205 (struct b43legacy_dmaring *ring,
209 void (*fill_descriptor)(struct b43legacy_dmaring *ring,
213 void (*poke_tx)(struct b43legacy_dmaring *ring, int slot);
214 void (*tx_suspend)(struct b43legacy_dmaring *ring);
215 void (*tx_resume)(struct b43legacy_dmaring *ring);
216 int (*get_current_rxslot)(struct b43legacy_dmaring *ring);
217 void (*set_current_rxslot)(struct b43legacy_dmaring *ring, int slot);
226 struct b43legacy_dmaring { struct
273 u32 b43legacy_dma_read(struct b43legacy_dmaring *rin
[all...]
H A Ddma.c46 struct b43legacy_dmaring *ring,
59 static void op32_fill_descriptor(struct b43legacy_dmaring *ring,
94 static void op32_poke_tx(struct b43legacy_dmaring *ring, int slot)
100 static void op32_tx_suspend(struct b43legacy_dmaring *ring)
107 static void op32_tx_resume(struct b43legacy_dmaring *ring)
114 static int op32_get_current_rxslot(struct b43legacy_dmaring *ring)
124 static void op32_set_current_rxslot(struct b43legacy_dmaring *ring,
144 struct b43legacy_dmaring *ring,
158 static void op64_fill_descriptor(struct b43legacy_dmaring *ring,
198 static void op64_poke_tx(struct b43legacy_dmaring *rin
[all...]
H A Db43legacy.h359 struct b43legacy_dmaring;
526 struct b43legacy_dmaring *tx_ring0;
527 struct b43legacy_dmaring *tx_ring1;
528 struct b43legacy_dmaring *tx_ring2;
529 struct b43legacy_dmaring *tx_ring3;
530 struct b43legacy_dmaring *tx_ring4;
531 struct b43legacy_dmaring *tx_ring5;
533 struct b43legacy_dmaring *rx_ring0;
534 struct b43legacy_dmaring *rx_ring3; /* only on core.rev < 5 */

Completed in 79 milliseconds