Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c372 ts->ts_longretry = MS(status, AR_DataFailCnt); in ar9002_hw_proc_txdesc()
H A Dmac.h106 u8 ts_longretry; member
H A Dar9003_mac.c421 ts->ts_longretry = MS(status, AR_DataFailCnt); in ar9003_hw_proc_txdesc()
H A Dxmit.c515 retries = ts->ts_longretry + 1; in ath_tx_complete_aggr()
720 airtime += ts->duration * (ts->ts_longretry + 1); in ath_tx_count_airtime()
2605 tx_info->status.rates[tx_rateindex].count = ts->ts_longretry + 1; in ath_tx_rc_status()