Home
last modified time | relevance | path

Searched refs:AR_SendTimestamp (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/tools/tools/ath/athalq/
HDar5212_ds.c53 MS(txs.u.tx.status0, AR_SendTimestamp)); in ar5212_decode_txstatus()
66 MS(txs.u.tx.status0, AR_SendTimestamp)); in ar5212_decode_txstatus()
HDar5210_ds.c63 MS(txs.ds_status0, AR_SendTimestamp)); in ar5210_decode_txstatus()
HDar5211_ds.c64 MS(txs.ds_status0, AR_SendTimestamp)); in ar5211_decode_txstatus()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211desc.h86 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
HDar5211_xmit.c630 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp); in ar5211ProcTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210desc.h89 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
HDar5210_xmit.c600 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp); in ar5210ProcTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212desc.h130 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
HDar5212_xmit.c894 ts->ts_tstamp = MS(ads->ds_txstatus0, AR_SendTimestamp); in ar5212ProcTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416desc.h266 #define AR_SendTimestamp(_ptr) (_ptr)[2] macro
HDar5416_xmit.c735 ts->ts_tstamp = AR_SendTimestamp(ds_txstatus); in ar5416ProcTxDesc()