Home
last modified time | relevance | path

Searched refs:AR_LongRetryCnt (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h80 #define AR_LongRetryCnt 0x000000f0 /* long retry count */ macro
H A Dar5211_xmit.c642 ts->ts_longretry = MS(ads->ds_status0, AR_LongRetryCnt); in ar5211ProcTxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h85 #define AR_LongRetryCnt 0x000000f0 /* long retry count */ macro
H A Dar5210_xmit.c613 ts->ts_longretry = MS(ads->ds_status0, AR_LongRetryCnt); in ar5210ProcTxDesc()
/freebsd/tools/tools/ath/athalq/
H A Dar5210_ds.c58 MS(txs.ds_status0, AR_LongRetryCnt), in ar5210_decode_txstatus()
H A Dar5211_ds.c58 MS(txs.ds_status0, AR_LongRetryCnt), in ar5211_decode_txstatus()