Home
last modified time | relevance | path

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

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dathrate.h78 struct ath_desc;
133 struct ath_desc *, int shortPreamble, u_int8_t rix);
141 const struct ath_desc *last, const struct ath_desc *first);
H A Dathrate-onoe.c155 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc()
168 const struct ath_desc *ds, const struct ath_desc *ds0) in ath_rate_tx_complete()
H A Dathrate-amrr.c132 struct ath_desc *ds, int shortPreamble, u_int8_t rix) in ath_rate_setupxtxdesc()
145 const struct ath_desc *ds, const struct ath_desc *ds0) in ath_rate_tx_complete()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210.h162 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,
H A 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()
H A 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()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416.h171 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 *);
H A Dar5416_xmit.c156 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupTxDesc()
238 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupXTxDesc()
264 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416FillTxDesc()
266 const struct ath_desc *ds0) in ar5416FillTxDesc()
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) in ar5416SwapTxDesc()
467 struct ath_desc *ds, struct ath_tx_status *ts) in ar5416ProcTxDesc()
[all …]
H A Dar5416_recv.c66 ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416SetupRxDesc()
92 ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5416ProcRxDesc()
93 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5416ProcRxDesc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211.h189 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,
H A 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()
H A Dar5211_xmit.c509 ar5211SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211SetupTxDesc()
557 ar5211SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211SetupXTxDesc()
570 ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) in ar5211IntrReqTxDesc()
578 ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5211FillTxDesc()
580 const struct ath_desc *ds0) in ar5211FillTxDesc()
616 struct ath_desc *ds, struct ath_tx_status *ts) in ar5211ProcTxDesc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/
H A Dah.h655 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,
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212.h525 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 *);
H A 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()
H A Dar5212_recv.c211 ar5212SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5212SetupRxDesc()
237 ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, in ar5212ProcRxDesc()
238 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5212ProcRxDesc()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c37 struct ath_desc *ds; in ath_rx_buf_link()
253 struct ath_desc *ds; in ath_get_next_rx_buf()
280 struct ath_desc *tds; in ath_get_next_rx_buf()
H A Dath9k_ar9002_mac.c33 ((struct ath_desc*) ds)->ds_link = ds_link; in ar9002_hw_set_desc_link()
38 *ds_link = &((struct ath_desc *)ds)->ds_link; in ar9002_hw_get_desc_link()
422 void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds, in ath9k_hw_setuprxdesc()

1234