Home
last modified time | relevance | path

Searched refs:b43legacy_pioqueue (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43legacy/
Dpio.h38 struct b43legacy_pioqueue;
42 struct b43legacy_pioqueue *queue;
50 struct b43legacy_pioqueue { struct
83 u16 b43legacy_pio_read(struct b43legacy_pioqueue *queue, in b43legacy_pio_read() argument
90 void b43legacy_pio_write(struct b43legacy_pioqueue *queue, in b43legacy_pio_write()
105 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue);
108 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue);
109 void b43legacy_pio_tx_resume(struct b43legacy_pioqueue *queue);
137 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue) in b43legacy_pio_rx()
141 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_suspend()
[all …]
Dpio.c35 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()
[all …]
Db43legacy.h356 struct b43legacy_pioqueue;
537 struct b43legacy_pioqueue *queue0;
538 struct b43legacy_pioqueue *queue1;
539 struct b43legacy_pioqueue *queue2;
540 struct b43legacy_pioqueue *queue3;