Lines Matching refs:ds

30 static void ar9300_swap_tx_desc(void *ds);
34 ar9300_tx_req_intr_desc(struct ath_hal *ah, void *ds)
60 void *ds,
70 struct ar9300_txc *ads = AR9300TXC(ds);
136 ar9300_set_desc_link(struct ath_hal *ah, void *ds, u_int32_t link)
138 struct ar9300_txc *ads = AR9300TXC(ds);
151 ar9300_get_desc_link_ptr(struct ath_hal *ah, void *ds, u_int32_t **link)
153 struct ar9300_txc *ads = AR9300TXC(ds);
159 ar9300_clear_tx_desc_status(struct ath_hal *ah, void *ds)
161 struct ar9300_txs *ads = AR9300TXS(ds);
170 ar9300_clear_dest_mask(struct ath_hal *ah, void *ds)
172 struct ar9300_txc *ads = AR9300TXC(ds);
183 struct ar9300_txs *ds = (struct ar9300_txs *)dsp;
185 ds->ds_info = __bswap32(ds->ds_info);
186 ds->status1 = __bswap32(ds->status1);
187 ds->status2 = __bswap32(ds->status2);
188 ds->status3 = __bswap32(ds->status3);
189 ds->status4 = __bswap32(ds->status4);
190 ds->status5 = __bswap32(ds->status5);
191 ds->status6 = __bswap32(ds->status6);
192 ds->status7 = __bswap32(ds->status7);
193 ds->status8 = __bswap32(ds->status8);
202 ar9300_get_tx_rate_code(struct ath_hal *ah, void *ds, struct ath_tx_status *ts)
204 struct ar9300_txc *ads = AR9300TXC(ds);
374 ar9300_calc_tx_airtime(struct ath_hal *ah, void *ds, struct ath_tx_status *ts,
377 struct ar9300_txc *ads = AR9300TXC(ds);
441 ar9300__cont_tx_mode(struct ath_hal *ah, void *ds, int mode)
448 struct ar9300_txs *ads = AR9300TXS(ds);
477 prefetch = (int)ds;
483 qnum = (int) ds;
566 ar9300_set_paprd_tx_desc(struct ath_hal *ah, void *ds, int chain_num)
568 struct ar9300_txc *ads = AR9300TXC(ds);
589 void *ds,
597 struct ar9300_txc *ads = AR9300TXC(ds);
702 void *ds,
713 struct ar9300_txc *ads = AR9300TXC(ds);
854 ar9300_set_11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds,
857 struct ar9300_txc *ads = AR9300TXC(ds);
869 ar9300_set_11n_aggr_middle(struct ath_hal *ah, struct ath_desc *ds,
872 struct ar9300_txc *ads = AR9300TXC(ds);
888 ar9300_set_11n_aggr_last(struct ath_hal *ah, struct ath_desc *ds)
890 struct ar9300_txc *ads = AR9300TXC(ds);
898 ar9300_clr_11n_aggr(struct ath_hal *ah, struct ath_desc *ds)
900 struct ar9300_txc *ads = AR9300TXC(ds);
906 ar9300_set_11n_burst_duration(struct ath_hal *ah, struct ath_desc *ds,
909 struct ar9300_txc *ads = AR9300TXC(ds);
916 ar9300_set_11n_rifs_burst_middle(struct ath_hal *ah, void *ds)
918 struct ar9300_txc *ads = AR9300TXC(ds);
924 ar9300_set_11n_rifs_burst_last(struct ath_hal *ah, void *ds)
926 struct ar9300_txc *ads = AR9300TXC(ds);
932 ar9300_clr_11n_rifs_burst(struct ath_hal *ah, void *ds)
934 struct ar9300_txc *ads = AR9300TXC(ds);
940 ar9300_set_11n_aggr_rifs_burst(struct ath_hal *ah, void *ds)
942 struct ar9300_txc *ads = AR9300TXC(ds);
949 ar9300_set_11n_virtual_more_frag(struct ath_hal *ah, struct ath_desc *ds,
952 struct ar9300_txc *ads = AR9300TXC(ds);