Symbol: bwn_pio_txqueue
sys/dev/bwn/if_bwn.c
1031
struct bwn_pio_txqueue *tq;
sys/dev/bwn/if_bwn.c
1090
struct bwn_pio_txqueue *tq;
sys/dev/bwn/if_bwn.c
1159
static struct bwn_pio_txqueue *
sys/dev/bwn/if_bwn.c
191
static void bwn_pio_set_txqueue(struct bwn_mac *, struct bwn_pio_txqueue *,
sys/dev/bwn/if_bwn.c
195
static void bwn_destroy_queue_tx(struct bwn_pio_txqueue *);
sys/dev/bwn/if_bwn.c
196
static uint16_t bwn_pio_read_2(struct bwn_mac *, struct bwn_pio_txqueue *,
sys/dev/bwn/if_bwn.c
198
static void bwn_pio_cancel_tx_packets(struct bwn_pio_txqueue *);
sys/dev/bwn/if_bwn.c
211
static struct bwn_pio_txqueue *bwn_pio_select(struct bwn_mac *, uint8_t);
sys/dev/bwn/if_bwn.c
213
struct bwn_pio_txqueue *, uint32_t, const void *, int);
sys/dev/bwn/if_bwn.c
214
static void bwn_pio_write_4(struct bwn_mac *, struct bwn_pio_txqueue *,
sys/dev/bwn/if_bwn.c
217
struct bwn_pio_txqueue *, uint16_t, const void *, int);
sys/dev/bwn/if_bwn.c
219
struct bwn_pio_txqueue *, uint16_t, struct mbuf *);
sys/dev/bwn/if_bwn.c
220
static struct bwn_pio_txqueue *bwn_pio_parse_cookie(struct bwn_mac *,
sys/dev/bwn/if_bwn.c
2646
bwn_pio_set_txqueue(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
2719
bwn_destroy_pioqueue_tx(struct bwn_pio_txqueue *tq)
sys/dev/bwn/if_bwn.c
2727
bwn_destroy_queue_tx(struct bwn_pio_txqueue *pio)
sys/dev/bwn/if_bwn.c
2734
bwn_pio_read_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
2764
bwn_pio_cancel_tx_packets(struct bwn_pio_txqueue *tq)
sys/dev/bwn/if_bwn.c
6195
struct bwn_pio_txqueue *tq;
sys/dev/bwn/if_bwn.c
6742
bwn_pio_write_multi_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6779
bwn_pio_write_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6787
bwn_pio_write_multi_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6808
bwn_pio_write_mbuf_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6895
static struct bwn_pio_txqueue *
sys/dev/bwn/if_bwn.c
6900
struct bwn_pio_txqueue *tq = NULL;
sys/dev/bwn/if_bwnvar.h
712
struct bwn_pio_txqueue;
sys/dev/bwn/if_bwnvar.h
714
struct bwn_pio_txqueue *tp_queue;
sys/dev/bwn/if_bwnvar.h
733
struct bwn_pio_txqueue wme[5];
sys/dev/bwn/if_bwnvar.h
734
struct bwn_pio_txqueue mcast;