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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddesc.c361 ts->ts_longretry = AR5K_REG_MS(tx_status->tx_status_0,
372 ts->ts_retry[0] = ts->ts_longretry;
413 ts->ts_longretry = AR5K_REG_MS(tx_status->tx_status_0,
431 ts->ts_retry[ts->ts_final_idx] = ts->ts_longretry;
439 ts->ts_longretry += ts->ts_retry[2];
447 ts->ts_longretry += ts->ts_retry[1];
455 ts->ts_longretry += ts->ts_retry[0];
H A Dath5k.h446 u8 ts_longretry; member in struct:ath5k_tx_status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c288 ts->ts_longretry = MS(ads->ds_txstatus1, AR_DataFailCnt);
H A Dar9003_mac.c301 ts->ts_longretry = MS(ads->status3, AR_DataFailCnt);
H A Dmac.h106 u8 ts_longretry; member in struct:ath_tx_status
H A Dxmit.c2039 tx_info->status.rates[tx_rateindex].count = ts->ts_longretry + 1;

Completed in 79 milliseconds