Searched refs:b43_pio_txqueue (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | pio.h | 61 struct b43_pio_txqueue *queue; 70 struct b43_pio_txqueue { struct 109 static inline u16 b43_piotx_read16(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read16() argument 114 static inline u32 b43_piotx_read32(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read32() 119 static inline void b43_piotx_write16(struct b43_pio_txqueue *q, in b43_piotx_write16() 125 static inline void b43_piotx_write32(struct b43_pio_txqueue *q, in b43_piotx_write32()
|
D | pio.c | 24 static u16 generate_cookie(struct b43_pio_txqueue *q, in generate_cookie() 44 struct b43_pio_txqueue *parse_cookie(struct b43_wldev *dev, in parse_cookie() 49 struct b43_pio_txqueue *q = NULL; in parse_cookie() 123 static struct b43_pio_txqueue *b43_setup_pioqueue_tx(struct b43_wldev *dev, in b43_setup_pioqueue_tx() 126 struct b43_pio_txqueue *q; in b43_setup_pioqueue_tx() 178 static void b43_pio_cancel_tx_packets(struct b43_pio_txqueue *q) in b43_pio_cancel_tx_packets() 192 static void b43_destroy_pioqueue_tx(struct b43_pio_txqueue *q, in b43_destroy_pioqueue_tx() 287 static struct b43_pio_txqueue *select_queue_by_priority(struct b43_wldev *dev, in select_queue_by_priority() 290 struct b43_pio_txqueue *q; in select_queue_by_priority() 317 static u16 tx_write_2byte_queue(struct b43_pio_txqueue *q, in tx_write_2byte_queue() [all …]
|
D | b43.h | 673 struct b43_pio_txqueue; 678 struct b43_pio_txqueue *tx_queue_AC_BK; /* Background */ 679 struct b43_pio_txqueue *tx_queue_AC_BE; /* Best Effort */ 680 struct b43_pio_txqueue *tx_queue_AC_VI; /* Video */ 681 struct b43_pio_txqueue *tx_queue_AC_VO; /* Voice */ 682 struct b43_pio_txqueue *tx_queue_mcast; /* Multicast */
|