Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath5k/
Ddesc.c459 ts->ts_shortretry = AR5K_REG_MS(tx_status->tx_status_0, in ath5k_hw_proc_2word_tx_status()
516 ts->ts_shortretry = AR5K_REG_MS(txstat0, in ath5k_hw_proc_4word_tx_status()
Dath5k.h520 u8 ts_shortretry; member
/drivers/net/wireless/ath/ath9k/
Dar9002_mac.c330 ts->ts_shortretry = MS(status, AR_RTSFailCnt); in ar9002_hw_proc_txdesc()
Dmac.h106 u8 ts_shortretry; member
Dar9003_mac.c413 ts->ts_shortretry = MS(status, AR_RTSFailCnt); in ar9003_hw_proc_txdesc()
Ddebug.c786 TX_SAMP_DBG(rts_fail_cnt) = ts->ts_shortretry; in ath_debug_stat_tx()