Lines Matching refs:b43legacy_pioqueue

22 static void tx_start(struct b43legacy_pioqueue *queue)  in tx_start()
28 static void tx_octet(struct b43legacy_pioqueue *queue, in tx_octet()
63 static void tx_data(struct b43legacy_pioqueue *queue, in tx_data()
89 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete()
103 static u16 generate_cookie(struct b43legacy_pioqueue *queue, in generate_cookie()
136 struct b43legacy_pioqueue *parse_cookie(struct b43legacy_wldev *dev, in parse_cookie()
141 struct b43legacy_pioqueue *queue = NULL; in parse_cookie()
172 static int pio_tx_write_fragment(struct b43legacy_pioqueue *queue, in pio_tx_write_fragment()
205 struct b43legacy_pioqueue *queue = packet->queue; in free_txpacket()
219 struct b43legacy_pioqueue *queue = packet->queue; in pio_tx_packet()
269 struct b43legacy_pioqueue *queue = from_tasklet(queue, t, txtask); in tx_tasklet()
299 static void setup_txqueues(struct b43legacy_pioqueue *queue) in setup_txqueues()
316 struct b43legacy_pioqueue *b43legacy_setup_pioqueue(struct b43legacy_wldev *dev, in b43legacy_setup_pioqueue()
319 struct b43legacy_pioqueue *queue; in b43legacy_setup_pioqueue()
367 static void cancel_transfers(struct b43legacy_pioqueue *queue) in cancel_transfers()
379 static void b43legacy_destroy_pioqueue(struct b43legacy_pioqueue *queue) in b43legacy_destroy_pioqueue()
409 struct b43legacy_pioqueue *queue; in b43legacy_pio_init()
455 struct b43legacy_pioqueue *queue = dev->pio.queue1; in b43legacy_pio_tx()
477 struct b43legacy_pioqueue *queue; in b43legacy_pio_handle_txstatus()
535 static void pio_rx_error(struct b43legacy_pioqueue *queue, in pio_rx_error()
553 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue) in b43legacy_pio_rx()
634 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_suspend()
642 void b43legacy_pio_tx_resume(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_resume()