HomeSort by: relevance | last modified time | path
    Searched refs:ath_desc (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/dev/ic/
athrate.h 78 struct ath_desc;
133 struct ath_desc *, int shortPreamble, u_int8_t rix);
141 const struct ath_desc *last, const struct ath_desc *first);
athrate-amrr.c 132 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
145 const struct ath_desc *ds, const struct ath_desc *ds0)
athrate-onoe.c 155 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
168 const struct ath_desc *ds, const struct ath_desc *ds0)
ath.c 860 ath_desc_swap(struct ath_desc *ds)
2206 struct ath_desc *ds;
2647 struct ath_desc *ds;
2655 dd->dd_desc_len = sizeof(struct ath_desc) * nbuf * ndesc;
2866 struct ath_desc *ds;
3037 ((struct ath_desc *)((char *)(_sc)->sc_rxdma.dd_desc + \
3044 struct ath_desc *ds;
3620 struct ath_desc *ds, *ds0;
4116 struct ath_desc *ds, *ds0;
4339 struct ath_desc *ds
    [all...]
athrate-sample.c 367 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
490 const struct ath_desc *ds, const struct ath_desc *ds0)
athvar.h 119 struct ath_desc *bf_desc; /* virtual addr of desc */
135 struct ath_desc *dd_desc; /* descriptors */
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416.h 171 struct ath_desc *, uint32_t size, u_int flags);
172 extern HAL_STATUS ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *,
173 uint32_t, struct ath_desc *, uint64_t,
204 extern HAL_BOOL ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
210 extern HAL_BOOL ar5416SetupXTxDesc(struct ath_hal *, struct ath_desc *,
214 extern HAL_BOOL ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
216 const struct ath_desc *ds0);
218 struct ath_desc *, struct ath_tx_status *);
ar5416_recv.c 66 ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
92 ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
93 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
ar5416_xmit.c 156 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
238 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
264 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
266 const struct ath_desc *ds0)
310 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
376 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
426 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
427 const struct ath_desc *ds0)
450 ar5416SwapTxDesc(struct ath_desc *ds)
467 struct ath_desc *ds, struct ath_tx_status *ts
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210.h 162 extern HAL_BOOL ar5210SetupTxDesc(struct ath_hal *, struct ath_desc *,
168 extern HAL_BOOL ar5210SetupXTxDesc(struct ath_hal *, struct ath_desc *,
172 extern HAL_BOOL ar5210FillTxDesc(struct ath_hal *, struct ath_desc *,
174 const struct ath_desc *ds0);
176 struct ath_desc *, struct ath_tx_status *);
178 extern void ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
192 extern HAL_BOOL ar5210SetupRxDesc(struct ath_hal *, struct ath_desc *,
194 extern HAL_STATUS ar5210ProcRxDesc(struct ath_hal *, struct ath_desc *,
195 uint32_t, struct ath_desc *, uint64_t,
ar5210_recv.c 179 ar5210SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
209 ar5210ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
210 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
ar5210_xmit.c 477 ar5210SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
527 ar5210SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
540 ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds)
548 ar5210FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
550 const struct ath_desc *ds0)
586 struct ath_desc *ds, struct ath_tx_status *ts)
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211.h 189 extern HAL_BOOL ar5211SetupTxDesc(struct ath_hal *, struct ath_desc *,
195 extern HAL_BOOL ar5211SetupXTxDesc(struct ath_hal *, struct ath_desc *,
199 extern HAL_BOOL ar5211FillTxDesc(struct ath_hal *, struct ath_desc *,
201 const struct ath_desc *ds0);
203 struct ath_desc *, struct ath_tx_status *);
205 extern void ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
219 extern HAL_BOOL ar5211SetupRxDesc(struct ath_hal *, struct ath_desc *,
221 extern HAL_STATUS ar5211ProcRxDesc(struct ath_hal *, struct ath_desc *,
222 uint32_t, struct ath_desc *, uint64_t,
ar5211_recv.c 175 ar5211SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
203 ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
204 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
ar5211_xmit.c 509 ar5211SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
557 ar5211SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
570 ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds)
578 ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
580 const struct ath_desc *ds0)
616 struct ath_desc *ds, struct ath_tx_status *ts)
  /src/sys/external/isc/atheros_hal/dist/
ah.h 655 struct ath_desc;
727 HAL_BOOL __ahdecl(*ah_setupTxDesc)(struct ath_hal *, struct ath_desc *,
735 HAL_BOOL __ahdecl(*ah_setupXTxDesc)(struct ath_hal *, struct ath_desc*,
739 HAL_BOOL __ahdecl(*ah_fillTxDesc)(struct ath_hal *, struct ath_desc *,
741 HAL_BOOL lastSeg, const struct ath_desc *);
743 struct ath_desc *, struct ath_tx_status *);
745 void __ahdecl(*ah_reqTxIntrDesc)(struct ath_hal *, struct ath_desc*);
762 HAL_BOOL __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_desc *,
765 struct ath_desc *, uint32_t phyAddr,
766 struct ath_desc *next, uint64_t tsf
    [all...]
ah_desc.h 182 struct ath_desc { struct
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_recv.c 211 ar5212SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
237 ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds,
238 uint32_t pa, struct ath_desc *nds, uint64_t tsf,
ar5212.h 525 struct ath_desc *, uint32_t size, u_int flags);
526 extern HAL_STATUS ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *,
527 uint32_t, struct ath_desc *, uint64_t,
570 extern HAL_BOOL ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
576 extern HAL_BOOL ar5212SetupXTxDesc(struct ath_hal *, struct ath_desc *,
580 extern HAL_BOOL ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
582 const struct ath_desc *ds0);
584 struct ath_desc *, struct ath_tx_status *);
586 extern void ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *);
ar5212_xmit.c 33 static void ar5212SwapTxDesc(struct ath_desc *ds);
663 ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
735 ar5212SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
767 ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds)
779 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
781 const struct ath_desc *ds0)
824 ar5212SwapTxDesc(struct ath_desc *ds)
841 struct ath_desc *ds, struct ath_tx_status *ts)

Completed in 26 milliseconds