Searched refs:ds0 (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h46 HAL_BOOL lastSeg, const struct ath_desc *ds0);
48 const struct ath_desc *ds0, int *rates, int *tries);
65 struct ath_desc *ds, const struct ath_desc *ds0);
H A Dar9300_freebsd.c788 const struct ath_desc *ds0)
791 const struct ar9300_txc *ads = AR9300TXC_CONST(ds0);
797 * So, extract it from ds0.
802 qid, keyType, firstSeg, lastSeg, ds0);
807 const struct ath_desc *ds0, int *rates, int *tries)
860 const struct ath_desc *ds0)
785 ar9300_freebsd_fill_tx_desc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufListPtr, uint32_t *segLenPtr, u_int descId, u_int qid, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
806 ar9300_freebsd_get_tx_completion_rates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
859 ar9300_freebsd_setup_last_tx_desc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
H A Dar9300_xmit_ds.c70 const void *ds0)
112 ads->ds_ctl13 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl13);
113 ads->ds_ctl14 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl14);
116 ads->ds_ctl13 = AR9300TXC_CONST(ds0)->ds_ctl13;
117 ads->ds_ctl14 = AR9300TXC_CONST(ds0)->ds_ctl14;
60 ar9300_fill_tx_desc( struct ath_hal *ah, void *ds, HAL_DMA_ADDR *buf_addr, u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg, HAL_BOOL last_seg, const void *ds0) argument
H A Dar9300_stub_funcs.h190 const struct ath_desc *ds0);
196 const struct ath_desc *ds0, int *rates, int *tries);
H A Dar9300_stub_funcs.c1046 const struct ath_desc *ds0)
1078 const struct ath_desc *ds0, int *rates, int *tries)
1042 ar9300_Stub_FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
1077 ar9300_Stub_GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
H A Dar9300desc.h515 HAL_BOOL last_seg, const void *ds0);
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c462 const struct ath_desc *ds0)
485 ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
487 ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
488 ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
490 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
492 ads->ds_ctl0 = AR5416DESC_CONST(ds0)->ds_ctl0 & AR_TxIntrReq;
493 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2;
494 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3;
496 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType;
503 ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)
459 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
679 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
1097 ar5416GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
[all...]
H A Dar5416.h384 const struct ath_desc *ds0);
388 const struct ath_desc *ds0, int *rates, int *tries);
403 const struct ath_desc *ds0);
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c807 const struct ath_desc *ds0)
830 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
832 ads->ds_ctl2 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl2);
833 ads->ds_ctl3 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl3);
835 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq;
836 ads->ds_ctl2 = AR5212DESC_CONST(ds0)->ds_ctl2;
837 ads->ds_ctl3 = AR5212DESC_CONST(ds0)->ds_ctl3;
844 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
847 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq;
962 ar5212GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, in argument
804 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int qcuId, u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
[all...]
H A Dar5212.h615 const struct ath_desc *ds0);
621 const struct ath_desc *ds0, int *rates, int *tries);
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c552 const struct ath_desc *ds0)
573 ads->ds_ctl0 = AR5210DESC_CONST(ds0)->ds_ctl0;
634 ar5210GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
549 ar5210FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
H A Dar5210.h178 const struct ath_desc *ds0);
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c581 const struct ath_desc *ds0)
602 ads->ds_ctl0 = AR5211DESC_CONST(ds0)->ds_ctl0;
672 ar5211GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
578 ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int qcuId, u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
H A Dar5211.h201 const struct ath_desc *ds0);
207 const struct ath_desc *ds0, int *rates, int *tries);
/freebsd-current/sys/powerpc/aim/
H A Dtrap_subr32.S508 ds0: label
537 b ds0 /* try second hash */
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c363 ath_tx_chaindesclist(struct ath_softc *sc, struct ath_desc *ds0, argument
436 , (struct ath_desc *) ds0 /* first descriptor */
553 struct ath_desc *ds0 = bf_first->bf_desc; local
611 ath_tx_chaindesclist(sc, ds0, bf,
623 ds0,
677 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0);

Completed in 183 milliseconds