Lines Matching refs:ds

323 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
339 struct ar5416_desc *ads = AR5416DESC(ds);
431 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds,
436 struct ar5416_desc *ads = AR5416DESC(ds);
461 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
466 struct ar5416_desc *ads = AR5416DESC(ds);
471 ds->ds_data = bufAddrList[0];
525 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
538 struct ar5416_desc *ads = AR5416DESC(ds);
550 ds->ds_data = bufAddrList[0];
569 OS_MEMZERO(ds->ds_hw, AR5416_DESC_TX_CTL_SZ);
620 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
626 struct ar5416_desc *ads = AR5416DESC(ds);
681 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
684 struct ar5416_desc *ads = AR5416DESC(ds);
703 ar5416SwapTxDesc(struct ath_desc *ds)
705 ds->ds_data = __bswap32(ds->ds_data);
706 ds->ds_ctl0 = __bswap32(ds->ds_ctl0);
707 ds->ds_ctl1 = __bswap32(ds->ds_ctl1);
708 ds->ds_hw[0] = __bswap32(ds->ds_hw[0]);
709 ds->ds_hw[1] = __bswap32(ds->ds_hw[1]);
710 ds->ds_hw[2] = __bswap32(ds->ds_hw[2]);
711 ds->ds_hw[3] = __bswap32(ds->ds_hw[3]);
720 struct ath_desc *ds, struct ath_tx_status *ts)
722 struct ar5416_desc *ads = AR5416DESC(ds);
728 ar5416SwapTxDesc(ds);
757 if (ds->ds_ctl1 & AR_IsAggr)
875 ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds,
879 struct ar5416_desc *ads = AR5416DESC(ds);
979 ar5416Set11nAggrFirst(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen,
982 struct ar5416_desc *ads = AR5416DESC(ds);
1014 ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims)
1016 struct ar5416_desc *ads = AR5416DESC(ds);
1033 ar5416Set11nAggrLast(struct ath_hal *ah, struct ath_desc *ds)
1035 struct ar5416_desc *ads = AR5416DESC(ds);
1043 ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds)
1045 struct ar5416_desc *ads = AR5416DESC(ds);
1053 ar5416Set11nVirtualMoreFrag(struct ath_hal *ah, struct ath_desc *ds,
1056 struct ar5416_desc *ads = AR5416DESC(ds);
1068 ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds,
1071 struct ar5416_desc *ads = AR5416DESC(ds);