Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bwn/
Dif_bwnvar.h714 struct bwn_pio_txqueue;
716 struct bwn_pio_txqueue *tp_queue;
724 struct bwn_pio_txqueue { struct
735 struct bwn_pio_txqueue wme[5]; argument
736 struct bwn_pio_txqueue mcast;
Dif_bwn.c193 static void bwn_pio_set_txqueue(struct bwn_mac *, struct bwn_pio_txqueue *,
197 static void bwn_destroy_queue_tx(struct bwn_pio_txqueue *);
198 static uint16_t bwn_pio_read_2(struct bwn_mac *, struct bwn_pio_txqueue *,
200 static void bwn_pio_cancel_tx_packets(struct bwn_pio_txqueue *);
213 static struct bwn_pio_txqueue *bwn_pio_select(struct bwn_mac *, uint8_t);
215 struct bwn_pio_txqueue *, uint32_t, const void *, int);
216 static void bwn_pio_write_4(struct bwn_mac *, struct bwn_pio_txqueue *,
219 struct bwn_pio_txqueue *, uint16_t, const void *, int);
221 struct bwn_pio_txqueue *, uint16_t, struct mbuf *);
222 static struct bwn_pio_txqueue *bwn_pio_parse_cookie(struct bwn_mac *,
[all …]