• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/

Lines Matching refs:ds

31 static void ar9300_swap_tx_desc(void *ds);
36 ar9300_tx_req_intr_desc(struct ath_hal *ah, void *ds)
62 void *ds,
72 struct ar9300_txc *ads = AR9300TXC(ds);
138 ar9300_set_desc_link(struct ath_hal *ah, void *ds, u_int32_t link)
140 struct ar9300_txc *ads = AR9300TXC(ds);
153 ar9300_get_desc_link_ptr(struct ath_hal *ah, void *ds, u_int32_t **link)
155 struct ar9300_txc *ads = AR9300TXC(ds);
161 ar9300_clear_tx_desc_status(struct ath_hal *ah, void *ds)
163 struct ar9300_txs *ads = AR9300TXS(ds);
172 ar9300_clear_dest_mask(struct ath_hal *ah, void *ds)
174 struct ar9300_txc *ads = AR9300TXC(ds);
186 struct ar9300_txs *ds = (struct ar9300_txs *)dsp;
188 ds->ds_info = __bswap32(ds->ds_info);
189 ds->status1 = __bswap32(ds->status1);
190 ds->status2 = __bswap32(ds->status2);
191 ds->status3 = __bswap32(ds->status3);
192 ds->status4 = __bswap32(ds->status4);
193 ds->status5 = __bswap32(ds->status5);
194 ds->status6 = __bswap32(ds->status6);
195 ds->status7 = __bswap32(ds->status7);
196 ds->status8 = __bswap32(ds->status8);
206 ar9300_get_tx_rate_code(struct ath_hal *ah, void *ds, struct ath_tx_status *ts)
208 struct ar9300_txc *ads = AR9300TXC(ds);
378 ar9300_calc_tx_airtime(struct ath_hal *ah, void *ds, struct ath_tx_status *ts,
381 struct ar9300_txc *ads = AR9300TXC(ds);
445 ar9300__cont_tx_mode(struct ath_hal *ah, void *ds, int mode)
452 struct ar9300_txs *ads = AR9300TXS(ds);
481 prefetch = (int)ds;
487 qnum = (int) ds;
570 ar9300_set_paprd_tx_desc(struct ath_hal *ah, void *ds, int chain_num)
572 struct ar9300_txc *ads = AR9300TXC(ds);
593 void *ds,
601 struct ar9300_txc *ads = AR9300TXC(ds);
706 void *ds,
717 struct ar9300_txc *ads = AR9300TXC(ds);
858 ar9300_set_11n_aggr_first(struct ath_hal *ah, struct ath_desc *ds,
861 struct ar9300_txc *ads = AR9300TXC(ds);
873 ar9300_set_11n_aggr_middle(struct ath_hal *ah, struct ath_desc *ds,
876 struct ar9300_txc *ads = AR9300TXC(ds);
892 ar9300_set_11n_aggr_last(struct ath_hal *ah, struct ath_desc *ds)
894 struct ar9300_txc *ads = AR9300TXC(ds);
902 ar9300_clr_11n_aggr(struct ath_hal *ah, struct ath_desc *ds)
904 struct ar9300_txc *ads = AR9300TXC(ds);
910 ar9300_set_11n_burst_duration(struct ath_hal *ah, struct ath_desc *ds,
913 struct ar9300_txc *ads = AR9300TXC(ds);
920 ar9300_set_11n_rifs_burst_middle(struct ath_hal *ah, void *ds)
922 struct ar9300_txc *ads = AR9300TXC(ds);
928 ar9300_set_11n_rifs_burst_last(struct ath_hal *ah, void *ds)
930 struct ar9300_txc *ads = AR9300TXC(ds);
936 ar9300_clr_11n_rifs_burst(struct ath_hal *ah, void *ds)
938 struct ar9300_txc *ads = AR9300TXC(ds);
944 ar9300_set_11n_aggr_rifs_burst(struct ath_hal *ah, void *ds)
946 struct ar9300_txc *ads = AR9300TXC(ds);
953 ar9300_set_11n_virtual_more_frag(struct ath_hal *ah, struct ath_desc *ds,
956 struct ar9300_txc *ads = AR9300TXC(ds);