Symbol: ath_desc
sys/dev/netif/ath/ath/if_ath.c
4390
struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_beacon.c
280
struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_debug.c
110
const struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_debug.c
116
ix, ds, (const struct ath_desc *)bf->bf_daddr + i,
sys/dev/netif/ath/ath/if_ath_debug.c
168
eds, (const struct ath_desc *)bf->bf_daddr + i,
sys/dev/netif/ath/ath/if_ath_debug.c
210
const struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_debug.c
223
ds, (const struct ath_desc *)bf->bf_daddr + i,
sys/dev/netif/ath/ath/if_ath_descdma.c
283
bf->bf_desc = (struct ath_desc *) ds;
sys/dev/netif/ath/ath/if_ath_descdma.c
295
bf->bf_desc = (struct ath_desc *) ds;
sys/dev/netif/ath/ath/if_ath_rx.c
1022
((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \
sys/dev/netif/ath/ath/if_ath_rx.c
1029
struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_rx.c
1340
((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \
sys/dev/netif/ath/ath/if_ath_rx.c
1369
struct ath_desc *ds = bf->bf_desc;
sys/dev/netif/ath/ath/if_ath_rx.c
1442
"rx", sizeof(struct ath_desc), ath_rxbuf, 1);
sys/dev/netif/ath/ath/if_ath_rx.c
1482
sc->sc_rx_statuslen = sizeof(struct ath_desc);
sys/dev/netif/ath/ath/if_ath_rx.c
257
struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
386
struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
679
bf->bf_desc = mtod(m, struct ath_desc *);
sys/dev/netif/ath/ath/if_ath_tx.c
1330
struct ath_desc *ds = bf->bf_desc;
sys/dev/netif/ath/ath/if_ath_tx.c
1567
struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_tx.c
2100
struct ath_desc *ds;
sys/dev/netif/ath/ath/if_ath_tx.c
373
ath_tx_chaindesclist(struct ath_softc *sc, struct ath_desc *ds0,
sys/dev/netif/ath/ath/if_ath_tx.c
428
ath_hal_settxdesclink(ah, (struct ath_desc *) ds, 0);
sys/dev/netif/ath/ath/if_ath_tx.c
430
ath_hal_settxdesclink(ah, (struct ath_desc *) ds,
sys/dev/netif/ath/ath/if_ath_tx.c
439
ath_hal_filltxdesc(ah, (struct ath_desc *) ds
sys/dev/netif/ath/ath/if_ath_tx.c
446
, (struct ath_desc *) ds0 /* first descriptor */
sys/dev/netif/ath/ath/if_ath_tx.c
459
ath_hal_clr11n_aggr(sc->sc_ah, (struct ath_desc *) ds);
sys/dev/netif/ath/ath/if_ath_tx.c
467
(struct ath_desc *) ds);
sys/dev/netif/ath/ath/if_ath_tx.c
478
(struct ath_desc *) ds,
sys/dev/netif/ath/ath/if_ath_tx.c
482
bf->bf_lastds = (struct ath_desc *) ds;
sys/dev/netif/ath/ath/if_ath_tx.c
563
struct ath_desc *ds0 = bf_first->bf_desc;
sys/dev/netif/ath/ath/if_ath_tx.c
6462
sc->sc_tx_desclen = sizeof(struct ath_desc);
sys/dev/netif/ath/ath/if_ath_tx.c
6463
sc->sc_tx_statuslen = sizeof(struct ath_desc);
sys/dev/netif/ath/ath/if_ath_tx_ht.c
661
struct ath_desc *ds = bf->bf_desc;
sys/dev/netif/ath/ath/if_athrate.h
142
struct ath_desc *, int shortPreamble, u_int8_t rix);
sys/dev/netif/ath/ath/if_athrate.h
69
struct ath_desc;
sys/dev/netif/ath/ath/if_athvar.h
244
struct ath_desc *bf_desc; /* virtual addr of desc */
sys/dev/netif/ath/ath/if_athvar.h
250
struct ath_desc *bf_lastds; /* last descriptor for comp status */
sys/dev/netif/ath/ath/if_athvar.h
333
struct ath_desc *dd_desc; /* descriptors */
sys/dev/netif/ath/ath_hal/ah.h
1396
HAL_BOOL __ahdecl(*ah_setupTxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ah.h
1404
HAL_BOOL __ahdecl(*ah_setupXTxDesc)(struct ath_hal *, struct ath_desc*,
sys/dev/netif/ath/ath_hal/ah.h
1408
HAL_BOOL __ahdecl(*ah_fillTxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ah.h
1411
HAL_BOOL lastSeg, const struct ath_desc *);
sys/dev/netif/ath/ath_hal/ah.h
1413
struct ath_desc *, struct ath_tx_status *);
sys/dev/netif/ath/ath_hal/ah.h
1415
void __ahdecl(*ah_reqTxIntrDesc)(struct ath_hal *, struct ath_desc*);
sys/dev/netif/ath/ath_hal/ah.h
1417
const struct ath_desc *ds, int *rates, int *tries);
sys/dev/netif/ath/ath_hal/ah.h
1444
HAL_BOOL __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ah.h
1447
struct ath_desc *, uint32_t phyAddr,
sys/dev/netif/ath/ath_hal/ah.h
1448
struct ath_desc *next, uint64_t tsf,
sys/dev/netif/ath/ath_hal/ah.h
1569
struct ath_desc *,
sys/dev/netif/ath/ath_hal/ah.h
1576
struct ath_desc *, u_int, u_int, u_int,
sys/dev/netif/ath/ath_hal/ah.h
1579
struct ath_desc *, const struct ath_desc *);
sys/dev/netif/ath/ath_hal/ah.h
1581
struct ath_desc *, u_int, u_int,
sys/dev/netif/ath/ath_hal/ah.h
1594
struct ath_desc *, u_int, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1596
struct ath_desc *, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1598
struct ath_desc *);
sys/dev/netif/ath/ath_hal/ah.h
1600
struct ath_desc *);
sys/dev/netif/ath/ath_hal/ah.h
1602
struct ath_desc *, u_int);
sys/dev/netif/ath/ath_hal/ah.h
1604
struct ath_desc *, u_int);
sys/dev/netif/ath/ath_hal/ah.h
902
struct ath_desc;
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
165
extern HAL_BOOL ar5210SetupTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
171
extern HAL_BOOL ar5210SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
175
extern HAL_BOOL ar5210FillTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
178
const struct ath_desc *ds0);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
180
struct ath_desc *, struct ath_tx_status *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
182
extern void ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
184
const struct ath_desc *, int *rates, int *tries);
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
204
extern HAL_BOOL ar5210SetupRxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
206
extern HAL_STATUS ar5210ProcRxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h
207
uint32_t, struct ath_desc *, uint64_t,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
183
ar5210SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
213
ar5210ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_recv.c
214
uint32_t pa, struct ath_desc *nds, uint64_t tsf,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
477
ar5210SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
528
ar5210SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
541
ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
549
ar5210FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
552
const struct ath_desc *ds0)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
591
struct ath_desc *ds, struct ath_tx_status *ts)
sys/dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c
634
ar5210GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries)
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
188
extern HAL_BOOL ar5211SetupTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
194
extern HAL_BOOL ar5211SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
198
extern HAL_BOOL ar5211FillTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
201
const struct ath_desc *ds0);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
203
struct ath_desc *, struct ath_tx_status *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
205
extern void ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
207
const struct ath_desc *ds0, int *rates, int *tries);
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
227
extern HAL_BOOL ar5211SetupRxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
229
extern HAL_STATUS ar5211ProcRxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
230
uint32_t, struct ath_desc *, uint64_t,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
179
ar5211SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
207
ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_recv.c
208
uint32_t pa, struct ath_desc *nds, uint64_t tsf,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
510
ar5211SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
558
ar5211SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
571
ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
579
ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
582
const struct ath_desc *ds0)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
621
struct ath_desc *ds, struct ath_tx_status *ts)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c
673
ar5211GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries)
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
549
struct ath_desc *, uint32_t size, u_int flags);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
550
extern HAL_STATUS ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
551
uint32_t, struct ath_desc *, uint64_t,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
600
extern HAL_BOOL ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
606
extern HAL_BOOL ar5212SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
610
extern HAL_BOOL ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
613
const struct ath_desc *ds0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
615
struct ath_desc *, struct ath_tx_status *);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
617
extern void ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
619
const struct ath_desc *ds0, int *rates, int *tries);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
220
ar5212SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
246
ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_recv.c
247
uint32_t pa, struct ath_desc *nds, uint64_t tsf,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
34
static void ar5212SwapTxDesc(struct ath_desc *ds);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
689
ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
761
ar5212SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
793
ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
805
ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
808
const struct ath_desc *ds0)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
861
ar5212SwapTxDesc(struct ath_desc *ds)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
878
struct ath_desc *ds, struct ath_tx_status *ts)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c
963
ar5212GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries)
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
299
struct ath_desc *, uint32_t size, u_int flags);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
300
extern HAL_STATUS ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
301
uint32_t, struct ath_desc *, uint64_t,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
376
extern HAL_BOOL ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
382
extern HAL_BOOL ar5416SetupXTxDesc(struct ath_hal *, struct ath_desc *,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
386
extern HAL_BOOL ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
389
const struct ath_desc *ds0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
391
struct ath_desc *, struct ath_tx_status *);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
393
const struct ath_desc *ds0, int *rates, int *tries);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
399
extern HAL_BOOL ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
404
extern HAL_BOOL ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
407
extern HAL_BOOL ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
408
const struct ath_desc *ds0);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
411
extern void ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
415
extern void ar5416Set11nAggrFirst(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
417
extern void ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
418
extern void ar5416Set11nAggrLast(struct ath_hal *ah, struct ath_desc *ds);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
419
extern void ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
421
struct ath_desc *ds, u_int vmf);
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
423
extern void ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds, u_int burstDuration);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
140
ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
169
ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_recv.c
170
uint32_t pa, struct ath_desc *nds, uint64_t tsf,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1007
ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1026
ar5416Set11nAggrLast(struct ath_hal *ah, struct ath_desc *ds)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1036
ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1046
ar5416Set11nVirtualMoreFrag(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1061
ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
1092
ar5416GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
322
ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
428
ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
454
ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
457
const struct ath_desc *ds0)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
518
ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
613
ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
674
ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
675
const struct ath_desc *ds0)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
696
ar5416SwapTxDesc(struct ath_desc *ds)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
713
struct ath_desc *ds, struct ath_tx_status *ts)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
868
ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
972
ar5416Set11nAggrFirst(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen,
sys/dev/netif/ath/ath_rate/amrr/amrr.c
149
struct ath_desc *ds, int shortPreamble, u_int8_t rix)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
156
struct ath_desc *ds, int shortPreamble, u_int8_t rix)
sys/dev/netif/ath/ath_rate/sample/sample.c
696
struct ath_desc *ds, int shortPreamble, u_int8_t rix)