Lines Matching refs:ts
316 struct ath_tx_status *ts) in ar9002_hw_proc_txdesc() argument
325 ts->ts_tstamp = ads->AR_SendTimestamp; in ar9002_hw_proc_txdesc()
326 ts->ts_status = 0; in ar9002_hw_proc_txdesc()
327 ts->ts_flags = 0; in ar9002_hw_proc_txdesc()
330 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9002_hw_proc_txdesc()
331 ts->tid = MS(status, AR_TxTid); in ar9002_hw_proc_txdesc()
332 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9002_hw_proc_txdesc()
333 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9002_hw_proc_txdesc()
336 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9002_hw_proc_txdesc()
337 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01); in ar9002_hw_proc_txdesc()
338 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02); in ar9002_hw_proc_txdesc()
340 ts->ts_flags |= ATH9K_TX_BA; in ar9002_hw_proc_txdesc()
341 ts->ba_low = ads->AR_BaBitmapLow; in ar9002_hw_proc_txdesc()
342 ts->ba_high = ads->AR_BaBitmapHigh; in ar9002_hw_proc_txdesc()
347 ts->ts_status |= ATH9K_TX_ACKED; in ar9002_hw_proc_txdesc()
350 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9002_hw_proc_txdesc()
352 ts->ts_status |= ATH9K_TXERR_FILT; in ar9002_hw_proc_txdesc()
354 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9002_hw_proc_txdesc()
359 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9002_hw_proc_txdesc()
361 ts->ts_flags |= ATH9K_TX_DESC_CFG_ERR; in ar9002_hw_proc_txdesc()
363 ts->ts_flags |= ATH9K_TX_DATA_UNDERRUN; in ar9002_hw_proc_txdesc()
367 ts->ts_flags |= ATH9K_TX_DELIM_UNDERRUN; in ar9002_hw_proc_txdesc()
370 ts->ts_shortretry = MS(status, AR_RTSFailCnt); in ar9002_hw_proc_txdesc()
371 ts->ts_longretry = MS(status, AR_DataFailCnt); in ar9002_hw_proc_txdesc()
372 ts->ts_virtcol = MS(status, AR_VirtRetryCnt); in ar9002_hw_proc_txdesc()
375 ts->ts_rssi = MS(status, AR_TxRSSICombined); in ar9002_hw_proc_txdesc()
376 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10); in ar9002_hw_proc_txdesc()
377 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11); in ar9002_hw_proc_txdesc()
378 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12); in ar9002_hw_proc_txdesc()
380 ts->evm0 = ads->AR_TxEVM0; in ar9002_hw_proc_txdesc()
381 ts->evm1 = ads->AR_TxEVM1; in ar9002_hw_proc_txdesc()
382 ts->evm2 = ads->AR_TxEVM2; in ar9002_hw_proc_txdesc()