Home
last modified time | relevance | path

Searched refs:ds_ctl4 (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/ath/athalq/
H A Dar5416_ds.c183 MS(txc.ds_ctl4, AR_PacketDur0), in ar5416_decode_txdesc()
184 MF(txc.ds_ctl4, AR_RTSCTSQual0)); in ar5416_decode_txdesc()
187 MS(txc.ds_ctl4, AR_PacketDur1), in ar5416_decode_txdesc()
188 MF(txc.ds_ctl4, AR_RTSCTSQual1)); in ar5416_decode_txdesc()
H A Dar5416_ds_tdma.c192 MS(txc.ds_ctl4, AR_PacketDur0), in ar5416_decode_txdesc()
193 MF(txc.ds_ctl4, AR_RTSCTSQual0)); in ar5416_decode_txdesc()
195 MS(txc.ds_ctl4, AR_PacketDur1), in ar5416_decode_txdesc()
196 MF(txc.ds_ctl4, AR_RTSCTSQual1)); in ar5416_decode_txdesc()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h80 #define ds_ctl4 u.tx.ctl4 macro
H A Dar5416_xmit.c378 ads->ds_ctl4 = 0; in ar5416SetupTxDesc()
916 ads->ds_ctl4 = set11nPktDurRTSCTS(series, 0) in ar5416Set11nRateScenario()