Symbol: ath_buf
usr/src/uts/common/io/arn/arn_beacon.c
120
struct ath_buf *bf = list_head(&sc->sc_bcbuf_list);
usr/src/uts/common/io/arn/arn_beacon.c
171
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_beacon.c
203
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_beacon.c
38
arn_beacon_setup(struct arn_softc *sc, struct ath_buf *bf)
usr/src/uts/common/io/arn/arn_core.h
380
struct ath_buf *bf_lastbf;
usr/src/uts/common/io/arn/arn_core.h
381
struct ath_buf *bf_lastfrm; /* last buf of this frame */
usr/src/uts/common/io/arn/arn_core.h
382
struct ath_buf *bf_next; /* next subframe in the aggregate */
usr/src/uts/common/io/arn/arn_core.h
422
void arn_rx_buf_link(struct arn_softc *sc, struct ath_buf *bf);
usr/src/uts/common/io/arn/arn_core.h
470
struct ath_buf *axq_linkbuf; /* virtual addr of last buffer */
usr/src/uts/common/io/arn/arn_core.h
496
struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; /* active tx frames */
usr/src/uts/common/io/arn/arn_core.h
692
struct ath_buf *av_bcbuf; /* beacon buffer */
usr/src/uts/common/io/arn/arn_core.h
874
struct ath_buf *sc_vbufptr;
usr/src/uts/common/io/arn/arn_main.c
1682
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_main.c
351
struct ath_buf **pbf,
usr/src/uts/common/io/arn/arn_main.c
358
struct ath_buf *bf = *pbf;
usr/src/uts/common/io/arn/arn_main.c
361
list_create(bflist, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_main.c
362
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_main.c
388
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_main.c
433
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_main.c
456
sc->sc_vbuflen = sizeof (struct ath_buf) * (ATH_TXBUF + ATH_RXBUF +
usr/src/uts/common/io/arn/arn_main.c
459
sc->sc_vbuflen = sizeof (struct ath_buf) * (ATH_TXBUF + ATH_RXBUF);
usr/src/uts/common/io/arn/arn_main.c
461
bf = (struct ath_buf *)kmem_zalloc(sc->sc_vbuflen, KM_SLEEP);
usr/src/uts/common/io/arn/arn_rc.c
1322
struct ath_buf *bf, int final_ts_idx, int xretries, int long_retry)
usr/src/uts/common/io/arn/arn_rc.c
1573
arn_tx_status(struct arn_softc *sc, struct ath_buf *bf, boolean_t is_data)
usr/src/uts/common/io/arn/arn_rc.c
1617
arn_get_rate(struct arn_softc *sc, struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_rc.c
862
struct ath_buf *bf, int num_tries, int num_rates, int *is_probe,
usr/src/uts/common/io/arn/arn_rc.h
249
void arn_tx_status(struct arn_softc *sc, struct ath_buf *bf, boolean_t is_data);
usr/src/uts/common/io/arn/arn_rc.h
250
void arn_get_rate(struct arn_softc *sc, struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_rc.h
34
struct ath_buf;
usr/src/uts/common/io/arn/arn_recv.c
277
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_recv.c
35
arn_rx_buf_link(struct arn_softc *sc, struct ath_buf *bf)
usr/src/uts/common/io/arn/arn_recv.c
401
arn_printrxbuf(struct ath_buf *bf, int32_t done)
usr/src/uts/common/io/arn/arn_recv.c
423
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_recv.c
468
struct ath_buf *tbf;
usr/src/uts/common/io/arn/arn_xmit.c
1000
struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
103
static void arn_buf_set_rate(struct arn_softc *sc, struct ath_buf *bf);
usr/src/uts/common/io/arn/arn_xmit.c
105
struct ath_buf *bf, int txok);
usr/src/uts/common/io/arn/arn_xmit.c
1053
arn_tx_num_badfrms(struct arn_softc *sc, struct ath_buf *bf, int txok)
usr/src/uts/common/io/arn/arn_xmit.c
1055
struct ath_buf *bf_last = bf->bf_lastbf;
usr/src/uts/common/io/arn/arn_xmit.c
106
static void arn_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_xmit.c
1089
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
1112
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
1149
static struct ath_buf *
usr/src/uts/common/io/arn/arn_xmit.c
1152
struct ath_buf *bf = NULL;
usr/src/uts/common/io/arn/arn_xmit.c
1193
ath_tx_setup_buffer(struct arn_softc *sc, struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
1255
ath_pkt_duration(struct arn_softc *sc, uint8_t rix, struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
1291
struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
1434
ath_tx_complete(struct arn_softc *sc, struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
1451
ath_tx_complete_buf(struct arn_softc *sc, struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
1597
list_create(&txq->axq_list, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
1598
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
1599
list_create(&txq->axq_acq, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
1600
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
1653
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
1857
struct ath_buf *bf, mblk_t *mp)
usr/src/uts/common/io/arn/arn_xmit.c
2056
struct ath_buf *bf = NULL;
usr/src/uts/common/io/arn/arn_xmit.c
2144
arn_printtxbuf(struct ath_buf *bf, int done)
usr/src/uts/common/io/arn/arn_xmit.c
215
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
2160
ath_tx_rc_status(struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
218
list_create(&list, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
2189
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
219
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
2354
list_create(&tid->buf_q, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
2355
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
262
struct ath_buf *bf)
usr/src/uts/common/io/arn/arn_xmit.c
293
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
296
list_create(&list, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
297
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
320
arn_tx_set_retry(struct arn_softc *sc, struct ath_buf *bf)
usr/src/uts/common/io/arn/arn_xmit.c
331
static struct ath_buf *
usr/src/uts/common/io/arn/arn_xmit.c
332
arn_clone_txbuf(struct arn_softc *sc, struct ath_buf *bf)
usr/src/uts/common/io/arn/arn_xmit.c
334
struct ath_buf *tbf;
usr/src/uts/common/io/arn/arn_xmit.c
355
struct ath_buf *bf, list_t *bf_q, int txok)
usr/src/uts/common/io/arn/arn_xmit.c
360
struct ath_buf *bf_next, *bf_last = bf->bf_lastbf;
usr/src/uts/common/io/arn/arn_xmit.c
393
list_create(&list_pending, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
394
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
395
list_create(&list, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
396
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
435
list_create(&list, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
436
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
464
struct ath_buf *tbf;
usr/src/uts/common/io/arn/arn_xmit.c
519
arn_lookup_rate(struct arn_softc *sc, struct ath_buf *bf,
usr/src/uts/common/io/arn/arn_xmit.c
583
struct ath_buf *bf, uint16_t frmlen)
usr/src/uts/common/io/arn/arn_xmit.c
649
struct ath_buf *bf, *bf_first, *bf_prev = NULL;
usr/src/uts/common/io/arn/arn_xmit.c
724
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
733
list_create(&bf_q, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
734
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
797
struct ath_buf *bf;
usr/src/uts/common/io/arn/arn_xmit.c
800
list_create(&list, sizeof (struct ath_buf),
usr/src/uts/common/io/arn/arn_xmit.c
801
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/arn/arn_xmit.c
99
static void arn_tx_complete_buf(struct arn_softc *sc, struct ath_buf *bf,
usr/src/uts/common/io/ath/ath_aux.c
179
list_create(&txq->axq_list, sizeof (struct ath_buf),
usr/src/uts/common/io/ath/ath_aux.c
180
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/ath/ath_aux.c
369
struct ath_buf *bf;
usr/src/uts/common/io/ath/ath_aux.c
422
struct ath_buf *bf;
usr/src/uts/common/io/ath/ath_aux.c
80
extern void ath_setup_desc(ath_t *asc, struct ath_buf *bf);
usr/src/uts/common/io/ath/ath_impl.h
284
struct ath_buf *asc_vbufptr;
usr/src/uts/common/io/ath/ath_main.c
1100
struct ath_buf *bf;
usr/src/uts/common/io/ath/ath_main.c
1221
struct ath_buf *bf;
usr/src/uts/common/io/ath/ath_main.c
303
ath_setup_desc(ath_t *asc, struct ath_buf *bf)
usr/src/uts/common/io/ath/ath_main.c
388
struct ath_buf **pbf, struct ath_desc **pds, int nbuf, uint_t dmabflags)
usr/src/uts/common/io/ath/ath_main.c
391
struct ath_buf *bf = *pbf;
usr/src/uts/common/io/ath/ath_main.c
394
list_create(bflist, sizeof (struct ath_buf),
usr/src/uts/common/io/ath/ath_main.c
395
offsetof(struct ath_buf, bf_node));
usr/src/uts/common/io/ath/ath_main.c
421
struct ath_buf *bf;
usr/src/uts/common/io/ath/ath_main.c
464
struct ath_buf *bf;
usr/src/uts/common/io/ath/ath_main.c
482
asc->asc_vbuflen = sizeof (struct ath_buf) * (ATH_TXBUF + ATH_RXBUF);
usr/src/uts/common/io/ath/ath_main.c
483
bf = (struct ath_buf *)kmem_zalloc(asc->asc_vbuflen, KM_SLEEP);
usr/src/uts/common/io/ath/ath_main.c
513
ath_printrxbuf(struct ath_buf *bf, int32_t done)
usr/src/uts/common/io/ath/ath_main.c
531
struct ath_buf *bf;
usr/src/uts/common/io/ath/ath_main.c
647
ath_printtxbuf(struct ath_buf *bf, int done)
usr/src/uts/common/io/ath/ath_main.c
669
ath_tx_start(ath_t *asc, struct ieee80211_node *in, struct ath_buf *bf,
usr/src/uts/common/io/ath/ath_main.c
960
struct ath_buf *bf = NULL;