Lines Matching refs:ts
276 struct ath_tx_status *ts) in ar9002_hw_proc_txdesc() argument
285 ts->ts_tstamp = ads->AR_SendTimestamp; in ar9002_hw_proc_txdesc()
286 ts->ts_status = 0; in ar9002_hw_proc_txdesc()
287 ts->ts_flags = 0; in ar9002_hw_proc_txdesc()
290 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9002_hw_proc_txdesc()
291 ts->tid = MS(status, AR_TxTid); in ar9002_hw_proc_txdesc()
292 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9002_hw_proc_txdesc()
293 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9002_hw_proc_txdesc()
296 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9002_hw_proc_txdesc()
297 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01); in ar9002_hw_proc_txdesc()
298 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02); in ar9002_hw_proc_txdesc()
300 ts->ts_flags |= ATH9K_TX_BA; in ar9002_hw_proc_txdesc()
301 ts->ba_low = ads->AR_BaBitmapLow; in ar9002_hw_proc_txdesc()
302 ts->ba_high = ads->AR_BaBitmapHigh; in ar9002_hw_proc_txdesc()
307 ts->ts_status |= ATH9K_TX_ACKED; in ar9002_hw_proc_txdesc()
310 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9002_hw_proc_txdesc()
312 ts->ts_status |= ATH9K_TXERR_FILT; in ar9002_hw_proc_txdesc()
314 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9002_hw_proc_txdesc()
319 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9002_hw_proc_txdesc()
321 ts->ts_flags |= ATH9K_TX_DESC_CFG_ERR; in ar9002_hw_proc_txdesc()
323 ts->ts_flags |= ATH9K_TX_DATA_UNDERRUN; in ar9002_hw_proc_txdesc()
327 ts->ts_flags |= ATH9K_TX_DELIM_UNDERRUN; in ar9002_hw_proc_txdesc()
330 ts->ts_shortretry = MS(status, AR_RTSFailCnt); in ar9002_hw_proc_txdesc()
331 ts->ts_longretry = MS(status, AR_DataFailCnt); in ar9002_hw_proc_txdesc()
332 ts->ts_virtcol = MS(status, AR_VirtRetryCnt); in ar9002_hw_proc_txdesc()
335 ts->ts_rssi = MS(status, AR_TxRSSICombined); in ar9002_hw_proc_txdesc()
336 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10); in ar9002_hw_proc_txdesc()
337 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11); in ar9002_hw_proc_txdesc()
338 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12); in ar9002_hw_proc_txdesc()
340 ts->evm0 = ads->AR_TxEVM0; in ar9002_hw_proc_txdesc()
341 ts->evm1 = ads->AR_TxEVM1; in ar9002_hw_proc_txdesc()
342 ts->evm2 = ads->AR_TxEVM2; in ar9002_hw_proc_txdesc()