Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.h39 struct b43legacy_pioqueue;
43 struct b43legacy_pioqueue *queue;
51 struct b43legacy_pioqueue { struct
84 u16 b43legacy_pio_read(struct b43legacy_pioqueue *queue, in b43legacy_pio_read() argument
91 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 …]
H A Dpio.c22 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()
141 struct b43legacy_pioqueue *queue = NULL; in parse_cookie()
205 struct b43legacy_pioqueue *queue = packet->queue; in free_txpacket()
219 struct b43legacy_pioqueue *queue = packet->queue; in pio_tx_packet()
319 struct b43legacy_pioqueue *queue; in b43legacy_setup_pioqueue()
409 struct b43legacy_pioqueue *queue; in b43legacy_pio_init()
455 struct b43legacy_pioqueue *queue = dev->pio.queue1; in b43legacy_pio_tx()
[all …]
H A Db43legacy.h357 struct b43legacy_pioqueue;
538 struct b43legacy_pioqueue *queue0;
539 struct b43legacy_pioqueue *queue1;
540 struct b43legacy_pioqueue *queue2;
541 struct b43legacy_pioqueue *queue3;