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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h89 #define AR_ShortRetryCnt 0x00000f00 /* short retry count */ macro
H A Dar5210_xmit.c614 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h84 #define AR_ShortRetryCnt 0x00000f00 /* short retry count */ macro
H A Dar5211_xmit.c643 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
/freebsd-12-stable/tools/tools/ath/athalq/
H A Dar5210_ds.c61 MS(txs.ds_status0, AR_ShortRetryCnt));
H A Dar5211_ds.c61 MS(txs.ds_status0, AR_ShortRetryCnt),

Completed in 158 milliseconds