Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h82 #define AR_ShortRetryCnt 0x00000f00 /* short retry count */ macro
H A Dar5211_xmit.c641 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt); in ar5211ProcTxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h87 #define AR_ShortRetryCnt 0x00000f00 /* short retry count */ macro
H A Dar5210_xmit.c612 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt); in ar5210ProcTxDesc()
/freebsd/tools/tools/ath/athalq/
H A Dar5210_ds.c59 MS(txs.ds_status0, AR_ShortRetryCnt)); in ar5210_decode_txstatus()
H A Dar5211_ds.c59 MS(txs.ds_status0, AR_ShortRetryCnt), in ar5211_decode_txstatus()