Lines Matching refs:ds
156 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
172 struct ar5416_desc *ads = AR5416DESC(ds);
238 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
243 struct ar5416_desc *ads = AR5416DESC(ds);
264 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
268 struct ar5416_desc *ads = AR5416DESC(ds);
310 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
321 struct ar5416_desc *ads = AR5416DESC(ds);
338 ath_hal_memzero(ds->ds_hw, AR5416_DESC_TX_CTL_SZ);
376 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
382 struct ar5416_desc *ads = AR5416DESC(ds);
426 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
429 struct ar5416_desc *ads = AR5416DESC(ds);
450 ar5416SwapTxDesc(struct ath_desc *ds)
452 ds->ds_data = __bswap32(ds->ds_data);
453 ds->ds_ctl0 = __bswap32(ds->ds_ctl0);
454 ds->ds_ctl1 = __bswap32(ds->ds_ctl1);
455 ds->ds_hw[0] = __bswap32(ds->ds_hw[0]);
456 ds->ds_hw[1] = __bswap32(ds->ds_hw[1]);
457 ds->ds_hw[2] = __bswap32(ds->ds_hw[2]);
458 ds->ds_hw[3] = __bswap32(ds->ds_hw[3]);
467 struct ath_desc *ds, struct ath_tx_status *ts)
469 struct ar5416_desc *ads = AR5416DESC(ds);
475 ar5416SwapTxDesc(ds);
503 if (ds->ds_ctl1 & AR_IsAggr)
605 ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds,
609 struct ar5416_desc *ads = AR5416DESC(ds);
661 ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims)
663 struct ar5416_desc *ads = AR5416DESC(ds);
680 ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds)
682 struct ar5416_desc *ads = AR5416DESC(ds);
690 ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds,
693 struct ar5416_desc *ads = AR5416DESC(ds);