Home
last modified time | relevance | path

Searched refs:bwn_pio_txqueue (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/bwn/
HDif_bwnvar.h712 struct bwn_pio_txqueue;
714 struct bwn_pio_txqueue *tp_queue;
722 struct bwn_pio_txqueue { struct
733 struct bwn_pio_txqueue wme[5]; argument
734 struct bwn_pio_txqueue mcast;
HDif_bwn.c191 static void bwn_pio_set_txqueue(struct bwn_mac *, struct bwn_pio_txqueue *,
195 static void bwn_destroy_queue_tx(struct bwn_pio_txqueue *);
196 static uint16_t bwn_pio_read_2(struct bwn_mac *, struct bwn_pio_txqueue *,
198 static void bwn_pio_cancel_tx_packets(struct bwn_pio_txqueue *);
211 static struct bwn_pio_txqueue *bwn_pio_select(struct bwn_mac *, uint8_t);
213 struct bwn_pio_txqueue *, uint32_t, const void *, int);
214 static void bwn_pio_write_4(struct bwn_mac *, struct bwn_pio_txqueue *,
217 struct bwn_pio_txqueue *, uint16_t, const void *, int);
219 struct bwn_pio_txqueue *, uint16_t, struct mbuf *);
220 static struct bwn_pio_txqueue *bwn_pio_parse_cookie(struct bwn_mac *,
[all …]