Lines Matching refs:ts

317 				 struct ath_tx_status *ts)  in ar9002_hw_proc_txdesc()  argument
326 ts->ts_tstamp = ads->AR_SendTimestamp; in ar9002_hw_proc_txdesc()
327 ts->ts_status = 0; in ar9002_hw_proc_txdesc()
328 ts->ts_flags = 0; in ar9002_hw_proc_txdesc()
331 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9002_hw_proc_txdesc()
332 ts->tid = MS(status, AR_TxTid); in ar9002_hw_proc_txdesc()
333 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9002_hw_proc_txdesc()
334 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9002_hw_proc_txdesc()
337 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9002_hw_proc_txdesc()
338 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01); in ar9002_hw_proc_txdesc()
339 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02); in ar9002_hw_proc_txdesc()
341 ts->ts_flags |= ATH9K_TX_BA; in ar9002_hw_proc_txdesc()
342 ts->ba_low = ads->AR_BaBitmapLow; in ar9002_hw_proc_txdesc()
343 ts->ba_high = ads->AR_BaBitmapHigh; in ar9002_hw_proc_txdesc()
348 ts->ts_status |= ATH9K_TX_ACKED; in ar9002_hw_proc_txdesc()
351 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9002_hw_proc_txdesc()
353 ts->ts_status |= ATH9K_TXERR_FILT; in ar9002_hw_proc_txdesc()
355 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9002_hw_proc_txdesc()
360 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9002_hw_proc_txdesc()
362 ts->ts_flags |= ATH9K_TX_DESC_CFG_ERR; in ar9002_hw_proc_txdesc()
364 ts->ts_flags |= ATH9K_TX_DATA_UNDERRUN; in ar9002_hw_proc_txdesc()
368 ts->ts_flags |= ATH9K_TX_DELIM_UNDERRUN; in ar9002_hw_proc_txdesc()
371 ts->ts_shortretry = MS(status, AR_RTSFailCnt); in ar9002_hw_proc_txdesc()
372 ts->ts_longretry = MS(status, AR_DataFailCnt); in ar9002_hw_proc_txdesc()
373 ts->ts_virtcol = MS(status, AR_VirtRetryCnt); in ar9002_hw_proc_txdesc()
376 ts->ts_rssi = MS(status, AR_TxRSSICombined); in ar9002_hw_proc_txdesc()
377 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10); in ar9002_hw_proc_txdesc()
378 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11); in ar9002_hw_proc_txdesc()
379 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12); in ar9002_hw_proc_txdesc()
381 ts->evm0 = ads->AR_TxEVM0; in ar9002_hw_proc_txdesc()
382 ts->evm1 = ads->AR_TxEVM1; in ar9002_hw_proc_txdesc()
383 ts->evm2 = ads->AR_TxEVM2; in ar9002_hw_proc_txdesc()