Home
last modified time | relevance | path

Searched refs:ads (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/arn/
H A Darn_mac.c262 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_filltxdesc() local
265 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_TxMore); in ath9k_hw_filltxdesc()
267 ads->ds_ctl0 = 0; in ath9k_hw_filltxdesc()
268 ads->ds_ctl1 = segLen; in ath9k_hw_filltxdesc()
269 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2; in ath9k_hw_filltxdesc()
270 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3; in ath9k_hw_filltxdesc()
272 ads->ds_ctl0 = 0; in ath9k_hw_filltxdesc()
273 ads->ds_ctl1 = segLen | AR_TxMore; in ath9k_hw_filltxdesc()
274 ads->ds_ctl2 = 0; in ath9k_hw_filltxdesc()
275 ads->ds_ctl3 = 0; in ath9k_hw_filltxdesc()
[all …]
H A Darn_hw.h322 #define RXSTATUS_RATE(ah, ads) (AR_SREV_5416_V20_OR_LATER(ah) ? \ argument
323 MS(ads->ds_rxstatus0, AR_RxRate) : \
324 (ads->ds_rxstatus3 >> 2) & 0xFF)