Symbol: ath_buf
sys/dev/netif/ath/ath/if_ath.c
3079
struct ath_buf *
sys/dev/netif/ath/ath/if_ath.c
3082
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath.c
3169
struct ath_buf *
sys/dev/netif/ath/ath/if_ath.c
3170
ath_buf_clone(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
3172
struct ath_buf *tbf;
sys/dev/netif/ath/ath/if_ath.c
3221
struct ath_buf *
sys/dev/netif/ath/ath/if_ath.c
3224
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath.c
3254
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath.c
3409
struct ath_buf *fbf = bf;
sys/dev/netif/ath/ath/if_ath.c
3410
struct ath_buf *n_fbf = NULL;
sys/dev/netif/ath/ath/if_ath.c
4190
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4251
ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath.c
4340
struct ath_tx_status *ts, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4389
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath.c
4734
ath_returnbuf_tail(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4755
ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4801
ath_txq_addholdingbuf(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4844
ath_freebuf(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4878
ath_tx_freebuf(struct ath_softc *sc, struct ath_buf *bf, int status)
sys/dev/netif/ath/ath/if_ath.c
4904
static struct ath_buf *
sys/dev/netif/ath/ath/if_ath.c
4907
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath.c
4965
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath.c
5102
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath.c
5128
struct ath_buf *bf_last;
sys/dev/netif/ath/ath/if_ath.c
5176
struct ath_buf *bf = TAILQ_FIRST(&sc->sc_bbuf);
sys/dev/netif/ath/ath/if_ath_beacon.c
183
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_beacon.c
271
ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_beacon.c
440
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_beacon.c
573
struct ath_buf *bf, *bf_last;
sys/dev/netif/ath/ath/if_ath_beacon.c
576
struct ath_buf *bfi;
sys/dev/netif/ath/ath/if_ath_beacon.c
665
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_beacon.c
701
struct ath_buf *
sys/dev/netif/ath/ath/if_ath_beacon.c
706
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_beacon.c
788
struct ath_buf *bfm, *bfc_last;
sys/dev/netif/ath/ath/if_ath_beacon.c
834
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_beacon.c
880
ath_beacon_return(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_beacon.c
903
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_beacon.h
40
extern struct ath_buf * ath_beacon_generate(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_beacon.h
48
extern void ath_beacon_return(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_debug.c
105
ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_debug.c
141
ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.c
146
const struct ath_buf *bf = first_bf;
sys/dev/netif/ath/ath/if_ath_debug.c
204
ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.c
208
const struct ath_buf *bf = first_bf;
sys/dev/netif/ath/ath/if_ath_debug.c
247
ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.c
257
ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.h
111
extern void ath_printrxbuf(struct ath_softc *, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_debug.h
113
extern void ath_printtxbuf(struct ath_softc *, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_debug.h
115
extern void ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_descdma.c
256
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_descdma.c
271
bsize = sizeof(struct ath_buf) * nbuf;
sys/dev/netif/ath/ath/if_ath_descdma.c
340
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_descdma.c
359
bsize = sizeof(struct ath_buf) * nbuf;
sys/dev/netif/ath/ath/if_ath_descdma.c
397
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_misc.h
48
extern struct ath_buf * ath_getbuf(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
50
extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
52
extern struct ath_buf * ath_buf_clone(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
53
struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_misc.h
55
extern void ath_freebuf(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_misc.h
56
extern void ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_misc.h
57
extern void ath_returnbuf_tail(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_misc.h
60
extern void ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_misc.h
69
extern void ath_tx_freebuf(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_misc.h
90
struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_rx.c
1024
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx.c
1300
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx.c
1359
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx.c
1402
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx.c
252
ath_legacy_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_rx.c
647
uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_rx.h
53
extern int ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_rx.h
62
struct ath_buf *bf, struct mbuf *m);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
158
static void ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
209
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
387
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
498
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
523
struct ath_buf *bf, *next;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
646
ath_edma_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
734
static struct ath_buf *
sys/dev/netif/ath/ath/if_ath_rx_edma.c
737
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
770
ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
799
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
873
struct ath_buf *bf = re->m_fifo[i];
sys/dev/netif/ath/ath/if_ath_rx_edma.c
919
re->m_fifo = kmalloc(sizeof(struct ath_buf *) * re->m_fifolen,
sys/dev/netif/ath/ath/if_ath_sysctl.c
463
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tdma.c
618
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
1054
ath_tx_calc_protection(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
1117
ath_tx_calc_duration(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
1256
ath_tx_set_rtscts(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
1328
ath_tx_setds(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
135
struct ieee80211_node *ni, struct ath_buf *bf, struct mbuf *m0);
sys/dev/netif/ath/ath/if_ath_tx.c
1376
ath_tx_do_ratelookup(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
138
static struct ath_buf *
sys/dev/netif/ath/ath/if_ath_tx.c
140
struct ath_tid *tid, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_tx.c
1412
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
144
ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first)
sys/dev/netif/ath/ath/if_ath_tx.c
146
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
1508
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
1558
struct ath_buf *bf, struct mbuf *m0, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath_tx.c
1868
struct ath_buf *bf, struct mbuf *m0)
sys/dev/netif/ath/ath/if_ath_tx.c
202
ath_tx_set_retry(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
2087
struct ath_buf *bf, struct mbuf *m0,
sys/dev/netif/ath/ath/if_ath_tx.c
2356
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
251
struct ath_buf *bf, *next;
sys/dev/netif/ath/ath/if_ath_tx.c
2592
struct ath_tid *tid, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
2684
struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf)
sys/dev/netif/ath/ath/if_ath_tx.c
273
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
2731
struct ath_tid *tid, const struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
2782
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
2927
struct ath_buf *bf, struct mbuf *m0)
sys/dev/netif/ath/ath/if_ath_tx.c
294
ath_tx_dmasetup(struct ath_softc *sc, struct ath_buf *bf, struct mbuf *m0)
sys/dev/netif/ath/ath/if_ath_tx.c
2983
struct ath_txq *txq, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
3071
struct ath_txq *txq, int queue_to_head, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
3376
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
3401
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
3427
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
3469
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
3471
struct ath_buf *nbf;
sys/dev/netif/ath/ath/if_ath_tx.c
3520
struct ath_buf *bf_first, ath_bufhead *bf_q)
sys/dev/netif/ath/ath/if_ath_tx.c
3522
struct ath_buf *bf, *bf_next, *nbf;
sys/dev/netif/ath/ath/if_ath_tx.c
374
struct ath_buf *bf, int is_aggr, int is_first_subframe,
sys/dev/netif/ath/ath/if_ath_tx.c
3820
struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
3860
const char *pfx, struct ath_tid *tid, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
3999
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
4169
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
4238
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
4278
ath_tx_normal_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath_tx.c
4363
ath_tx_comp_cleanup_unaggr(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
4405
int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq)
sys/dev/netif/ath/ath/if_ath_tx.c
4408
struct ath_buf *bf, *bf_next;
sys/dev/netif/ath/ath/if_ath_tx.c
4473
struct ath_buf *bf, *bf_next;
sys/dev/netif/ath/ath/if_ath_tx.c
4539
static struct ath_buf *
sys/dev/netif/ath/ath/if_ath_tx.c
4541
struct ath_tid *tid, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
4543
struct ath_buf *nbf;
sys/dev/netif/ath/ath/if_ath_tx.c
4606
ath_tx_aggr_retry_unaggr(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
4628
struct ath_buf *nbf;
sys/dev/netif/ath/ath/if_ath_tx.c
4696
ath_tx_retry_subframe(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_tx.c
4722
struct ath_buf *nbf;
sys/dev/netif/ath/ath/if_ath_tx.c
4762
ath_tx_comp_aggr_error(struct ath_softc *sc, struct ath_buf *bf_first,
sys/dev/netif/ath/ath/if_ath_tx.c
4767
struct ath_buf *bf_next, *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
4850
ath_tx_comp_cleanup_aggr(struct ath_softc *sc, struct ath_buf *bf_first)
sys/dev/netif/ath/ath/if_ath_tx.c
4852
struct ath_buf *bf, *bf_next;
sys/dev/netif/ath/ath/if_ath_tx.c
4913
ath_tx_aggr_comp_aggr(struct ath_softc *sc, struct ath_buf *bf_first,
sys/dev/netif/ath/ath/if_ath_tx.c
4928
struct ath_buf *bf, *bf_next;
sys/dev/netif/ath/ath/if_ath_tx.c
516
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
5248
ath_tx_aggr_comp_unaggr(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath_tx.c
5436
ath_tx_aggr_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath_tx.c
5453
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
560
ath_tx_setds_11n(struct ath_softc *sc, struct ath_buf *bf_first)
sys/dev/netif/ath/ath/if_ath_tx.c
562
struct ath_buf *bf, *bf_prev = NULL;
sys/dev/netif/ath/ath/if_ath_tx.c
5682
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
6067
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
6149
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx.c
708
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
728
struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s);
sys/dev/netif/ath/ath/if_ath_tx.c
751
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
754
struct ath_buf *bf_first;
sys/dev/netif/ath/ath/if_ath_tx.c
921
struct ath_buf *bf, *bf_last;
sys/dev/netif/ath/ath/if_ath_tx.c
969
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.h
101
struct ath_txq *txq, int queue_to_head, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_tx.h
108
extern void ath_tx_normal_comp(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_tx.h
110
extern void ath_tx_aggr_comp(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_tx.h
113
struct ath_tid *tid, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_tx.h
149
extern void ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first);
sys/dev/netif/ath/ath/if_ath_tx.h
95
struct ath_buf *bf, struct mbuf *m0);
sys/dev/netif/ath/ath/if_ath_tx_edma.c
153
struct ath_buf *bf, *bf_last;
sys/dev/netif/ath/ath/if_ath_tx_edma.c
232
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx_edma.c
357
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
401
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
413
struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s);
sys/dev/netif/ath/ath/if_ath_tx_edma.c
456
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
477
te->m_fifo = kmalloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH,
sys/dev/netif/ath/ath/if_ath_tx_edma.c
616
struct ath_buf *bf;
sys/dev/netif/ath/ath/if_ath_tx_ht.c
225
ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_ht.c
384
ath_compute_num_delims(struct ath_softc *sc, struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_tx_ht.c
500
ath_get_aggr_limit(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_ht.c
532
struct ath_buf *bf, HAL_11N_RATE_SERIES *series)
sys/dev/netif/ath/ath/if_ath_tx_ht.c
658
struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_ht.c
738
struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL;
sys/dev/netif/ath/ath/if_ath_tx_ht.h
54
extern void ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_tx_ht.h
57
struct ieee80211_node *ni, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_athrate.h
152
struct ath_buf;
sys/dev/netif/ath/ath/if_athvar.h
120
struct ath_buf;
sys/dev/netif/ath/ath/if_athvar.h
130
TAILQ_HEAD(,ath_buf) tid_q; /* pending buffers */
sys/dev/netif/ath/ath/if_athvar.h
138
TAILQ_HEAD(,ath_buf) tid_q; /* filtered queue */
sys/dev/netif/ath/ath/if_athvar.h
186
struct ath_buf *tx_buf[ATH_TID_MAX_BUFS];
sys/dev/netif/ath/ath/if_athvar.h
201
struct ath_buf *an_ff_buf[WME_NUM_AC]; /* ff staging area */
sys/dev/netif/ath/ath/if_athvar.h
238
TAILQ_ENTRY(ath_buf) bf_list;
sys/dev/netif/ath/ath/if_athvar.h
239
struct ath_buf * bf_next; /* next buffer in the aggregate */
sys/dev/netif/ath/ath/if_athvar.h
251
struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */
sys/dev/netif/ath/ath/if_athvar.h
262
void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail);
sys/dev/netif/ath/ath/if_athvar.h
319
typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead;
sys/dev/netif/ath/ath/if_athvar.h
340
struct ath_buf *dd_bufptr; /* associated buffers */
sys/dev/netif/ath/ath/if_athvar.h
364
TAILQ_HEAD(axq_q_s, ath_buf) axq_q; /* transmit queue */
sys/dev/netif/ath/ath/if_athvar.h
384
TAILQ_HEAD(axq_q_f_s, ath_buf) axq_q;
sys/dev/netif/ath/ath/if_athvar.h
398
struct ath_buf *axq_holdingbf; /* holding TX buffer */
sys/dev/netif/ath/ath/if_athvar.h
492
struct ath_buf *av_bcbuf; /* beacon buffer */
sys/dev/netif/ath/ath/if_athvar.h
530
struct ath_buf *bf);
sys/dev/netif/ath/ath/if_athvar.h
539
struct ath_buf **m_fifo;
sys/dev/netif/ath/ath/if_athvar.h
545
struct ath_buf *m_holdbf;
sys/dev/netif/ath/ath/if_athvar.h
549
struct ath_buf **m_fifo;
sys/dev/netif/ath/ath/if_athvar.h
564
struct ath_txq *txq, struct ath_buf *bf);