Lines Matching refs:ts
355 struct ath_tx_status *ts) in ar9003_hw_proc_txdesc() argument
376 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9003_hw_proc_txdesc()
377 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9003_hw_proc_txdesc()
378 ts->tid = MS(status, AR_TxTid); in ar9003_hw_proc_txdesc()
380 ts->qid = MS(ads->ds_info, AR_TxQcuNum); in ar9003_hw_proc_txdesc()
381 ts->desc_id = MS(ads->status1, AR_TxDescId); in ar9003_hw_proc_txdesc()
382 ts->ts_tstamp = ads->status4; in ar9003_hw_proc_txdesc()
383 ts->ts_status = 0; in ar9003_hw_proc_txdesc()
384 ts->ts_flags = 0; in ar9003_hw_proc_txdesc()
387 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9003_hw_proc_txdesc()
389 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9003_hw_proc_txdesc()
390 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01); in ar9003_hw_proc_txdesc()
391 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02); in ar9003_hw_proc_txdesc()
393 ts->ts_flags |= ATH9K_TX_BA; in ar9003_hw_proc_txdesc()
394 ts->ba_low = ads->status5; in ar9003_hw_proc_txdesc()
395 ts->ba_high = ads->status6; in ar9003_hw_proc_txdesc()
400 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9003_hw_proc_txdesc()
402 ts->ts_status |= ATH9K_TXERR_FILT; in ar9003_hw_proc_txdesc()
404 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9003_hw_proc_txdesc()
408 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9003_hw_proc_txdesc()
410 ts->ts_flags |= ATH9K_TX_DESC_CFG_ERR; in ar9003_hw_proc_txdesc()
412 ts->ts_flags |= ATH9K_TX_DATA_UNDERRUN; in ar9003_hw_proc_txdesc()
416 ts->ts_flags |= ATH9K_TX_DELIM_UNDERRUN; in ar9003_hw_proc_txdesc()
419 ts->ts_shortretry = MS(status, AR_RTSFailCnt); in ar9003_hw_proc_txdesc()
420 ts->ts_longretry = MS(status, AR_DataFailCnt); in ar9003_hw_proc_txdesc()
421 ts->ts_virtcol = MS(status, AR_VirtRetryCnt); in ar9003_hw_proc_txdesc()
424 ts->ts_rssi = MS(status, AR_TxRSSICombined); in ar9003_hw_proc_txdesc()
425 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10); in ar9003_hw_proc_txdesc()
426 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11); in ar9003_hw_proc_txdesc()
427 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12); in ar9003_hw_proc_txdesc()