Home
last modified time | relevance | path

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

/trueos/sys/dev/bwn/
HDif_bwnvar.h644 struct bwn_pio_txqueue;
646 struct bwn_pio_txqueue *tp_queue;
654 struct bwn_pio_txqueue { struct
666 struct bwn_pio_txqueue wme[5]; argument
667 struct bwn_pio_txqueue mcast;
HDif_bwn.c229 static void bwn_pio_set_txqueue(struct bwn_mac *, struct bwn_pio_txqueue *,
233 static void bwn_destroy_queue_tx(struct bwn_pio_txqueue *);
234 static uint16_t bwn_pio_read_2(struct bwn_mac *, struct bwn_pio_txqueue *,
236 static void bwn_pio_cancel_tx_packets(struct bwn_pio_txqueue *);
249 static struct bwn_pio_txqueue *bwn_pio_select(struct bwn_mac *, uint8_t);
251 struct bwn_pio_txqueue *, uint32_t, const void *, int);
252 static void bwn_pio_write_4(struct bwn_mac *, struct bwn_pio_txqueue *,
255 struct bwn_pio_txqueue *, uint16_t, const void *, int);
257 struct bwn_pio_txqueue *, uint16_t, struct mbuf *);
258 static struct bwn_pio_txqueue *bwn_pio_parse_cookie(struct bwn_mac *,
[all …]