Lines Matching refs:b43legacy_pioqueue

35 static void tx_start(struct b43legacy_pioqueue *queue)  in tx_start()
41 static void tx_octet(struct b43legacy_pioqueue *queue, in tx_octet()
76 static void tx_data(struct b43legacy_pioqueue *queue, in tx_data()
102 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete()
116 static u16 generate_cookie(struct b43legacy_pioqueue *queue, in generate_cookie()
149 struct b43legacy_pioqueue *parse_cookie(struct b43legacy_wldev *dev, in parse_cookie()
154 struct b43legacy_pioqueue *queue = NULL; in parse_cookie()
185 static int pio_tx_write_fragment(struct b43legacy_pioqueue *queue, in pio_tx_write_fragment()
218 struct b43legacy_pioqueue *queue = packet->queue; in free_txpacket()
232 struct b43legacy_pioqueue *queue = packet->queue; in pio_tx_packet()
282 struct b43legacy_pioqueue *queue = (struct b43legacy_pioqueue *)d; in tx_tasklet()
312 static void setup_txqueues(struct b43legacy_pioqueue *queue) in setup_txqueues()
329 struct b43legacy_pioqueue *b43legacy_setup_pioqueue(struct b43legacy_wldev *dev, in b43legacy_setup_pioqueue()
332 struct b43legacy_pioqueue *queue; in b43legacy_setup_pioqueue()
381 static void cancel_transfers(struct b43legacy_pioqueue *queue) in cancel_transfers()
393 static void b43legacy_destroy_pioqueue(struct b43legacy_pioqueue *queue) in b43legacy_destroy_pioqueue()
423 struct b43legacy_pioqueue *queue; in b43legacy_pio_init()
469 struct b43legacy_pioqueue *queue = dev->pio.queue1; in b43legacy_pio_tx()
491 struct b43legacy_pioqueue *queue; in b43legacy_pio_handle_txstatus()
549 static void pio_rx_error(struct b43legacy_pioqueue *queue, in pio_rx_error()
567 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue) in b43legacy_pio_rx()
648 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_suspend()
656 void b43legacy_pio_tx_resume(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_resume()