Symbol: ath_desc
usr/src/uts/common/io/arn/arn_ath9k.h
1041
boolean_t ath9k_hw_filltxdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1043
boolean_t lastSeg, const struct ath_desc *ds0);
usr/src/uts/common/io/arn/arn_ath9k.h
1044
void ath9k_hw_cleartxdesc(struct ath_hal *ah, struct ath_desc *ds);
usr/src/uts/common/io/arn/arn_ath9k.h
1045
int ath9k_hw_txprocdesc(struct ath_hal *ah, struct ath_desc *ds);
usr/src/uts/common/io/arn/arn_ath9k.h
1046
void ath9k_hw_set11n_txdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1049
void ath9k_hw_set11n_ratescenario(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1050
struct ath_desc *lastds,
usr/src/uts/common/io/arn/arn_ath9k.h
1055
void ath9k_hw_set11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1057
void ath9k_hw_set11n_aggr_middle(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1059
void ath9k_hw_set11n_aggr_last(struct ath_hal *ah, struct ath_desc *ds);
usr/src/uts/common/io/arn/arn_ath9k.h
1060
void ath9k_hw_clr11n_aggr(struct ath_hal *ah, struct ath_desc *ds);
usr/src/uts/common/io/arn/arn_ath9k.h
1061
void ath9k_hw_set11n_burstduration(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1063
void ath9k_hw_set11n_virtualmorefrag(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1074
int ath9k_hw_rxprocdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_ath9k.h
1075
uint32_t pa, struct ath_desc *nds, uint64_t tsf);
usr/src/uts/common/io/arn/arn_ath9k.h
1076
boolean_t ath9k_hw_setuprxdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_beacon.c
45
struct ath_desc *ds;
usr/src/uts/common/io/arn/arn_core.h
384
struct ath_desc *bf_desc; /* virtual addr of desc */
usr/src/uts/common/io/arn/arn_core.h
472
struct ath_desc *axq_lastdsWithCTS;
usr/src/uts/common/io/arn/arn_core.h
478
struct ath_desc *axq_gatingds;
usr/src/uts/common/io/arn/arn_core.h
870
struct ath_desc *sc_desc;
usr/src/uts/common/io/arn/arn_mac.c
1016
ath9k_hw_setuprxdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
258
ath9k_hw_filltxdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
260
boolean_t lastSeg, const struct ath_desc *ds0)
usr/src/uts/common/io/arn/arn_mac.c
288
ath9k_hw_cleartxdesc(struct ath_hal *ah, struct ath_desc *ds)
usr/src/uts/common/io/arn/arn_mac.c
300
ath9k_hw_txprocdesc(struct ath_hal *ah, struct ath_desc *ds)
usr/src/uts/common/io/arn/arn_mac.c
388
ath9k_hw_set11n_txdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
427
ath9k_hw_set11n_ratescenario(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
428
struct ath_desc *lastds,
usr/src/uts/common/io/arn/arn_mac.c
487
ath9k_hw_set11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
499
ath9k_hw_set11n_aggr_middle(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
515
ath9k_hw_set11n_aggr_last(struct ath_hal *ah, struct ath_desc *ds)
usr/src/uts/common/io/arn/arn_mac.c
526
ath9k_hw_clr11n_aggr(struct ath_hal *ah, struct ath_desc *ds)
usr/src/uts/common/io/arn/arn_mac.c
535
ath9k_hw_set11n_burstduration(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
546
ath9k_hw_set11n_virtualmorefrag(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
948
ath9k_hw_rxprocdesc(struct ath_hal *ah, struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_mac.c
950
struct ath_desc *nds,
usr/src/uts/common/io/arn/arn_main.c
352
struct ath_desc **pds,
usr/src/uts/common/io/arn/arn_main.c
359
struct ath_desc *ds = *pds;
usr/src/uts/common/io/arn/arn_main.c
432
struct ath_desc *ds;
usr/src/uts/common/io/arn/arn_main.c
436
size = sizeof (struct ath_desc) * (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF);
usr/src/uts/common/io/arn/arn_main.c
438
size = sizeof (struct ath_desc) * (ATH_TXBUF + ATH_RXBUF);
usr/src/uts/common/io/arn/arn_main.c
446
sc->sc_desc = (struct ath_desc *)sc->sc_desc_dma.mem_va;
usr/src/uts/common/io/arn/arn_recv.c
37
struct ath_desc *ds;
usr/src/uts/common/io/arn/arn_recv.c
403
struct ath_desc *ds = bf->bf_desc;
usr/src/uts/common/io/arn/arn_recv.c
419
((struct ath_desc *)((caddr_t)(_sc)->sc_desc + \
usr/src/uts/common/io/arn/arn_recv.c
425
struct ath_desc *ds;
usr/src/uts/common/io/arn/arn_recv.c
469
struct ath_desc *tds;
usr/src/uts/common/io/arn/arn_recv.c
90
arn_rx_prepare(struct ath_desc *ds, struct arn_softc *sc)
usr/src/uts/common/io/arn/arn_xmit.c
1056
struct ath_desc *ds = bf_last->bf_desc;
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
1296
struct ath_desc *ds = bf->bf_desc;
usr/src/uts/common/io/arn/arn_xmit.c
1297
struct ath_desc *lastds = bf->bf_desc; /* temp workground */
usr/src/uts/common/io/arn/arn_xmit.c
1863
struct ath_desc *ds;
usr/src/uts/common/io/arn/arn_xmit.c
2146
struct ath_desc *ds = bf->bf_desc;
usr/src/uts/common/io/arn/arn_xmit.c
2161
struct ath_desc *ds,
usr/src/uts/common/io/arn/arn_xmit.c
2190
struct ath_desc *ds;
usr/src/uts/common/io/arn/arn_xmit.c
361
struct ath_desc *ds = bf_last->bf_desc;
usr/src/uts/common/io/ath/ath_hal.h
906
HAL_BOOL (*ah_setupTxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
915
HAL_BOOL (*ah_setupXTxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
919
HAL_BOOL (*ah_fillTxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
921
HAL_BOOL lastSeg, const struct ath_desc *);
usr/src/uts/common/io/ath/ath_hal.h
922
HAL_STATUS (*ah_procTxDesc)(struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
925
void (*ah_reqTxIntrDesc)(struct ath_hal *, struct ath_desc *);
usr/src/uts/common/io/ath/ath_hal.h
942
HAL_BOOL (*ah_setupRxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
944
HAL_STATUS (*ah_procRxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
945
uint32_t phyAddr, struct ath_desc *next,
usr/src/uts/common/io/ath/ath_impl.h
116
((struct ath_desc *)((caddr_t)(_asc)->asc_desc + \
usr/src/uts/common/io/ath/ath_impl.h
225
struct ath_desc *bf_desc; /* virtual addr of desc */
usr/src/uts/common/io/ath/ath_impl.h
281
struct ath_desc *asc_desc; /* TX/RX descriptors */
usr/src/uts/common/io/ath/ath_main.c
1101
struct ath_desc *ds;
usr/src/uts/common/io/ath/ath_main.c
305
struct ath_desc *ds;
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
392
struct ath_desc *ds = *pds;
usr/src/uts/common/io/ath/ath_main.c
463
struct ath_desc *ds;
usr/src/uts/common/io/ath/ath_main.c
466
size = sizeof (struct ath_desc) * (ATH_TXBUF + ATH_RXBUF);
usr/src/uts/common/io/ath/ath_main.c
473
asc->asc_desc = (struct ath_desc *)asc->asc_desc_dma.mem_va;
usr/src/uts/common/io/ath/ath_main.c
515
struct ath_desc *ds = bf->bf_desc;
usr/src/uts/common/io/ath/ath_main.c
533
struct ath_desc *ds;
usr/src/uts/common/io/ath/ath_main.c
649
struct ath_desc *ds = bf->bf_desc;
usr/src/uts/common/io/ath/ath_main.c
678
struct ath_desc *ds;