Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212desc.h124 #define AR_RTSFailCnt 0x000000f0 /* RTS failure count */ macro
HDar5212_xmit.c924 ts->ts_shortretry = MS(ads->ds_txstatus0, AR_RTSFailCnt); in ar5212ProcTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416desc.h250 #define AR_RTSFailCnt 0x000000f0 macro
HDar5416_xmit.c790 ts->ts_shortretry = MS(ds_txstatus[1], AR_RTSFailCnt); in ar5416ProcTxDesc()