Lines Matching full:ds0
807 const struct ath_desc *ds0) in ar5212FillTxDesc() argument
830 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0) in ar5212FillTxDesc()
832 ads->ds_ctl2 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl2); in ar5212FillTxDesc()
833 ads->ds_ctl3 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl3); in ar5212FillTxDesc()
835 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq; in ar5212FillTxDesc()
836 ads->ds_ctl2 = AR5212DESC_CONST(ds0)->ds_ctl2; in ar5212FillTxDesc()
837 ads->ds_ctl3 = AR5212DESC_CONST(ds0)->ds_ctl3; in ar5212FillTxDesc()
844 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0) in ar5212FillTxDesc()
847 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq; in ar5212FillTxDesc()
962 ar5212GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5212GetTxCompletionRates() argument
964 const struct ar5212_desc *ads = AR5212DESC_CONST(ds0); in ar5212GetTxCompletionRates()