Searched refs:b43_dmaring (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/b43/ |
D | dma.h | 194 struct b43_dmaring; 198 struct b43_dmadesc_generic *(*idx2desc) (struct b43_dmaring * ring, 202 void (*fill_descriptor) (struct b43_dmaring * ring, 206 void (*poke_tx) (struct b43_dmaring * ring, int slot); 207 void (*tx_suspend) (struct b43_dmaring * ring); 208 void (*tx_resume) (struct b43_dmaring * ring); 209 int (*get_current_rxslot) (struct b43_dmaring * ring); 210 void (*set_current_rxslot) (struct b43_dmaring * ring, int slot); 225 struct b43_dmaring { struct 277 static inline u32 b43_dma_read(struct b43_dmaring *ring, u16 offset) in b43_dma_read() argument [all …]
|
D | dma.c | 85 struct b43_dmadesc_generic *op32_idx2desc(struct b43_dmaring *ring, in op32_idx2desc() 98 static void op32_fill_descriptor(struct b43_dmaring *ring, in op32_fill_descriptor() 131 static void op32_poke_tx(struct b43_dmaring *ring, int slot) in op32_poke_tx() 137 static void op32_tx_suspend(struct b43_dmaring *ring) in op32_tx_suspend() 143 static void op32_tx_resume(struct b43_dmaring *ring) in op32_tx_resume() 149 static int op32_get_current_rxslot(struct b43_dmaring *ring) in op32_get_current_rxslot() 159 static void op32_set_current_rxslot(struct b43_dmaring *ring, int slot) in op32_set_current_rxslot() 177 struct b43_dmadesc_generic *op64_idx2desc(struct b43_dmaring *ring, in op64_idx2desc() 190 static void op64_fill_descriptor(struct b43_dmaring *ring, in op64_fill_descriptor() 226 static void op64_poke_tx(struct b43_dmaring *ring, int slot) in op64_poke_tx() [all …]
|
D | b43.h | 628 struct b43_dmaring; 659 struct b43_dmaring *tx_ring_AC_BK; /* Background */ 660 struct b43_dmaring *tx_ring_AC_BE; /* Best Effort */ 661 struct b43_dmaring *tx_ring_AC_VI; /* Video */ 662 struct b43_dmaring *tx_ring_AC_VO; /* Voice */ 663 struct b43_dmaring *tx_ring_mcast; /* Multicast */ 665 struct b43_dmaring *rx_ring;
|