Symbol: bwn_pio_txqueue
sys/dev/bwn/if_bwn.c
1032
struct bwn_pio_txqueue *tq;
sys/dev/bwn/if_bwn.c
1083
struct bwn_pio_txqueue *tq;
sys/dev/bwn/if_bwn.c
1152
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
2639
bwn_pio_set_txqueue(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
2712
bwn_destroy_pioqueue_tx(struct bwn_pio_txqueue *tq)
sys/dev/bwn/if_bwn.c
2720
bwn_destroy_queue_tx(struct bwn_pio_txqueue *pio)
sys/dev/bwn/if_bwn.c
2727
bwn_pio_read_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
2757
bwn_pio_cancel_tx_packets(struct bwn_pio_txqueue *tq)
sys/dev/bwn/if_bwn.c
6188
struct bwn_pio_txqueue *tq;
sys/dev/bwn/if_bwn.c
6735
bwn_pio_write_multi_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6772
bwn_pio_write_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6780
bwn_pio_write_multi_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6801
bwn_pio_write_mbuf_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq,
sys/dev/bwn/if_bwn.c
6888
static struct bwn_pio_txqueue *
sys/dev/bwn/if_bwn.c
6893
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;