Home
last modified time | relevance | path

Searched refs:ath_desc (Results 1 – 23 of 23) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416.h230 struct ath_desc *, uint32_t size, u_int flags);
231 extern HAL_STATUS ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *,
232 uint32_t, struct ath_desc *, uint64_t,
305 extern HAL_BOOL ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
311 extern HAL_BOOL ar5416SetupXTxDesc(struct ath_hal *, struct ath_desc *,
315 extern HAL_BOOL ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
317 const struct ath_desc *ds0);
319 struct ath_desc *, struct ath_tx_status *);
321 const struct ath_desc *ds0, int *rates, int *tries);
327 extern HAL_BOOL ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
[all …]
Dar5416_xmit.c158 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupTxDesc()
252 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupXTxDesc()
278 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416FillTxDesc()
280 const struct ath_desc *ds0) in ar5416FillTxDesc()
322 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416ChainTxDesc()
389 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupFirstTxDesc()
450 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupLastTxDesc()
451 const struct ath_desc *ds0) in ar5416SetupLastTxDesc()
473 ar5416SwapTxDesc(struct ath_desc *ds) in ar5416SwapTxDesc()
490 struct ath_desc *ds, struct ath_tx_status *ts) in ar5416ProcTxDesc()
[all …]
Dar5416_recv.c106 ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupRxDesc()
137 ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416ProcRxDesc()
138 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5416ProcRxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah.h644 struct ath_desc;
855 HAL_BOOL __ahdecl(*ah_setupTxDesc)(struct ath_hal *, struct ath_desc *,
863 HAL_BOOL __ahdecl(*ah_setupXTxDesc)(struct ath_hal *, struct ath_desc*,
867 HAL_BOOL __ahdecl(*ah_fillTxDesc)(struct ath_hal *, struct ath_desc *,
869 HAL_BOOL lastSeg, const struct ath_desc *);
871 struct ath_desc *, struct ath_tx_status *);
873 void __ahdecl(*ah_reqTxIntrDesc)(struct ath_hal *, struct ath_desc*);
875 const struct ath_desc *ds, int *rates, int *tries);
892 HAL_BOOL __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_desc *,
895 struct ath_desc *, uint32_t phyAddr,
[all …]
Dah_desc.h190 struct ath_desc { struct
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210.h163 extern HAL_BOOL ar5210SetupTxDesc(struct ath_hal *, struct ath_desc *,
169 extern HAL_BOOL ar5210SetupXTxDesc(struct ath_hal *, struct ath_desc *,
173 extern HAL_BOOL ar5210FillTxDesc(struct ath_hal *, struct ath_desc *,
175 const struct ath_desc *ds0);
177 struct ath_desc *, struct ath_tx_status *);
179 extern void ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
181 const struct ath_desc *, int *rates, int *tries);
195 extern HAL_BOOL ar5210SetupRxDesc(struct ath_hal *, struct ath_desc *,
197 extern HAL_STATUS ar5210ProcRxDesc(struct ath_hal *, struct ath_desc *,
198 uint32_t, struct ath_desc *, uint64_t,
Dar5210_xmit.c477 ar5210SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5210SetupTxDesc()
527 ar5210SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5210SetupXTxDesc()
540 ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) in ar5210IntrReqTxDesc()
548 ar5210FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5210FillTxDesc()
550 const struct ath_desc *ds0) in ar5210FillTxDesc()
586 struct ath_desc *ds, struct ath_tx_status *ts) in ar5210ProcTxDesc()
629 ar5210GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5210GetTxCompletionRates()
Dar5210_recv.c179 ar5210SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5210SetupRxDesc()
209 ar5210ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5210ProcRxDesc()
210 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5210ProcRxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211.h188 extern HAL_BOOL ar5211SetupTxDesc(struct ath_hal *, struct ath_desc *,
194 extern HAL_BOOL ar5211SetupXTxDesc(struct ath_hal *, struct ath_desc *,
198 extern HAL_BOOL ar5211FillTxDesc(struct ath_hal *, struct ath_desc *,
200 const struct ath_desc *ds0);
202 struct ath_desc *, struct ath_tx_status *);
204 extern void ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
206 const struct ath_desc *ds0, int *rates, int *tries);
220 extern HAL_BOOL ar5211SetupRxDesc(struct ath_hal *, struct ath_desc *,
222 extern HAL_STATUS ar5211ProcRxDesc(struct ath_hal *, struct ath_desc *,
223 uint32_t, struct ath_desc *, uint64_t,
Dar5211_xmit.c510 ar5211SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211SetupTxDesc()
558 ar5211SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211SetupXTxDesc()
571 ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) in ar5211IntrReqTxDesc()
579 ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211FillTxDesc()
581 const struct ath_desc *ds0) in ar5211FillTxDesc()
617 struct ath_desc *ds, struct ath_tx_status *ts) in ar5211ProcTxDesc()
669 ar5211GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5211GetTxCompletionRates()
Dar5211_recv.c175 ar5211SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211SetupRxDesc()
203 ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211ProcRxDesc()
204 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5211ProcRxDesc()
/freebsd-9-stable/sys/dev/ath/
Dif_ath_debug.c105 const struct ath_desc *ds; in ath_printrxbuf()
111 ix, ds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printrxbuf()
131 const struct ath_desc *ds; in ath_printtxbuf()
138 ds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printtxbuf()
Dif_athrate.h69 struct ath_desc;
124 struct ath_desc *, int shortPreamble, u_int8_t rix);
Dif_ath_tx_ht.c207 struct ath_desc *ds = bf->bf_desc; in ath_buf_set_rate()
208 struct ath_desc *lastds = NULL; in ath_buf_set_rate()
Dif_ath_tx.c232 struct ath_desc *ds, *ds0; in ath_tx_chaindesclist()
505 struct ath_desc *ds; in ath_tx_start()
888 struct ath_desc *ds; in ath_tx_raw_start()
Dif_ath.c2332 struct ath_desc *ds; in ath_beacon_setup()
2951 desc_len = sizeof(struct ath_desc); in ath_descdma_setup()
3033 bf->bf_desc = (struct ath_desc *) ds; in ath_descdma_setup()
3045 bf->bf_desc = (struct ath_desc *) ds; in ath_descdma_setup()
3200 struct ath_desc *ds; in ath_rxbuf_init()
3460 ((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \ in ath_rx_proc()
3467 struct ath_desc *ds; in ath_rx_proc()
4068 struct ath_desc *ds, *ds0; in ath_tx_processq()
4429 ((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \ in ath_stoprecv()
4446 struct ath_desc *ds = bf->bf_desc; in ath_stoprecv()
Dif_athvar.h116 struct ath_desc *bf_desc; /* virtual addr of desc */
135 struct ath_desc *dd_desc; /* descriptors */
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212.h531 struct ath_desc *, uint32_t size, u_int flags);
532 extern HAL_STATUS ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *,
533 uint32_t, struct ath_desc *, uint64_t,
582 extern HAL_BOOL ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
588 extern HAL_BOOL ar5212SetupXTxDesc(struct ath_hal *, struct ath_desc *,
592 extern HAL_BOOL ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
594 const struct ath_desc *ds0);
596 struct ath_desc *, struct ath_tx_status *);
598 extern void ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
600 const struct ath_desc *ds0, int *rates, int *tries);
Dar5212_xmit.c33 static void ar5212SwapTxDesc(struct ath_desc *ds);
663 ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5212SetupTxDesc()
735 ar5212SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5212SetupXTxDesc()
767 ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) in ar5212IntrReqTxDesc()
779 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5212FillTxDesc()
781 const struct ath_desc *ds0) in ar5212FillTxDesc()
824 ar5212SwapTxDesc(struct ath_desc *ds) in ar5212SwapTxDesc()
841 struct ath_desc *ds, struct ath_tx_status *ts) in ar5212ProcTxDesc()
926 ar5212GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5212GetTxCompletionRates()
Dar5212_recv.c215 ar5212SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5212SetupRxDesc()
241 ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5212ProcRxDesc()
242 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5212ProcRxDesc()
/freebsd-9-stable/sys/dev/ath/ath_rate/onoe/
Donoe.c150 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc()
/freebsd-9-stable/sys/dev/ath/ath_rate/amrr/
Damrr.c143 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc()
/freebsd-9-stable/sys/dev/ath/ath_rate/sample/
Dsample.c468 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc()
600 const struct ath_desc *ds0 = &bf->bf_desc[0]; in ath_rate_tx_complete()