Searched refs:b43_dmaring (Results 1 – 3 of 3) sorted by relevance
195 struct b43_dmaring;199 struct b43_dmadesc_generic *(*idx2desc) (struct b43_dmaring * ring,203 void (*fill_descriptor) (struct b43_dmaring * ring,207 void (*poke_tx) (struct b43_dmaring * ring, int slot);208 void (*tx_suspend) (struct b43_dmaring * ring);209 void (*tx_resume) (struct b43_dmaring * ring);210 int (*get_current_rxslot) (struct b43_dmaring * ring);211 void (*set_current_rxslot) (struct b43_dmaring * ring, int slot);226 struct b43_dmaring { struct299 void b43_dma_handle_rx_overflow(struct b43_dmaring *ring);[all …]
124 static void op32_tx_suspend(struct b43_dmaring *ring) in op32_tx_suspend()130 static void op32_tx_resume(struct b43_dmaring *ring) in op32_tx_resume()219 static void op64_tx_suspend(struct b43_dmaring *ring) in op64_tx_suspend()225 static void op64_tx_resume(struct b43_dmaring *ring) in op64_tx_resume()364 void unmap_descbuffer(struct b43_dmaring *ring, in unmap_descbuffer()837 struct b43_dmaring *ring; in b43_setup_dmaring()1160 struct b43_dmaring *ring = NULL; in parse_cookie()1313 struct b43_dmaring *ring; in select_ring_by_priority()1342 struct b43_dmaring *ring; in b43_dma_tx()1418 struct b43_dmaring *ring; in b43_dma_handle_txstatus()[all …]
629 struct b43_dmaring;660 struct b43_dmaring *tx_ring_AC_BK; /* Background */661 struct b43_dmaring *tx_ring_AC_BE; /* Best Effort */662 struct b43_dmaring *tx_ring_AC_VI; /* Video */663 struct b43_dmaring *tx_ring_AC_VO; /* Voice */664 struct b43_dmaring *tx_ring_mcast; /* Multicast */666 struct b43_dmaring *rx_ring;
Completed in 18 milliseconds