Searched refs:b43_pio_txqueue (Results 1 – 3 of 3) sorted by relevance
61 struct b43_pio_txqueue *queue;70 struct b43_pio_txqueue { struct109 static inline u16 b43_piotx_read16(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read16() argument114 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()
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()126 struct b43_pio_txqueue *q; in b43_setup_pioqueue_tx()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()352 struct b43_pio_txqueue *q = pack->queue; in pio_tx_frame_2byte_queue()422 struct b43_pio_txqueue *q = pack->queue; in pio_tx_frame_4byte_queue()440 static int pio_tx_frame(struct b43_pio_txqueue *q, in pio_tx_frame()491 struct b43_pio_txqueue *q; in b43_pio_tx()[all …]
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 */
Completed in 13 milliseconds