Searched refs:b43legacy_dmaring (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | dma.h | 200 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 *ring, in b43legacy_dma_read() argument [all …]
|
D | dma.c | 46 struct b43legacy_dmaring *ring, in op32_idx2desc() 59 static void op32_fill_descriptor(struct b43legacy_dmaring *ring, in op32_fill_descriptor() 94 static void op32_poke_tx(struct b43legacy_dmaring *ring, int slot) in op32_poke_tx() 100 static void op32_tx_suspend(struct b43legacy_dmaring *ring) in op32_tx_suspend() 107 static void op32_tx_resume(struct b43legacy_dmaring *ring) in op32_tx_resume() 114 static int op32_get_current_rxslot(struct b43legacy_dmaring *ring) in op32_get_current_rxslot() 124 static void op32_set_current_rxslot(struct b43legacy_dmaring *ring, in op32_set_current_rxslot() 144 struct b43legacy_dmaring *ring, in op64_idx2desc() 158 static void op64_fill_descriptor(struct b43legacy_dmaring *ring, in op64_fill_descriptor() 198 static void op64_poke_tx(struct b43legacy_dmaring *ring, int slot) in op64_poke_tx() [all …]
|
D | b43legacy.h | 359 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 */
|