Searched refs:b43_pio_txqueue (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43/ |
D | pio.h | 60 struct b43_pio_txqueue *queue; 69 struct b43_pio_txqueue { struct 108 static inline u16 b43_piotx_read16(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read16() argument 113 static inline u32 b43_piotx_read32(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read32() 118 static inline void b43_piotx_write16(struct b43_pio_txqueue *q, in b43_piotx_write16() 124 static inline void b43_piotx_write32(struct b43_pio_txqueue *q, in b43_piotx_write32()
|
D | pio.c | 37 static u16 generate_cookie(struct b43_pio_txqueue *q, in generate_cookie() 57 struct b43_pio_txqueue *parse_cookie(struct b43_wldev *dev, in parse_cookie() 62 struct b43_pio_txqueue *q = NULL; in parse_cookie() 136 static struct b43_pio_txqueue *b43_setup_pioqueue_tx(struct b43_wldev *dev, in b43_setup_pioqueue_tx() 139 struct b43_pio_txqueue *q; in b43_setup_pioqueue_tx() 191 static void b43_pio_cancel_tx_packets(struct b43_pio_txqueue *q) in b43_pio_cancel_tx_packets() 205 static void b43_destroy_pioqueue_tx(struct b43_pio_txqueue *q, in b43_destroy_pioqueue_tx() 300 static struct b43_pio_txqueue *select_queue_by_priority(struct b43_wldev *dev, in select_queue_by_priority() 303 struct b43_pio_txqueue *q; in select_queue_by_priority() 330 static u16 tx_write_2byte_queue(struct b43_pio_txqueue *q, in tx_write_2byte_queue() [all …]
|
D | b43.h | 572 struct b43_pio_txqueue; 577 struct b43_pio_txqueue *tx_queue_AC_BK; /* Background */ 578 struct b43_pio_txqueue *tx_queue_AC_BE; /* Best Effort */ 579 struct b43_pio_txqueue *tx_queue_AC_VI; /* Video */ 580 struct b43_pio_txqueue *tx_queue_AC_VO; /* Voice */ 581 struct b43_pio_txqueue *tx_queue_mcast; /* Multicast */
|