Searched refs:AR_SendTimestamp (Results 1 – 8 of 8) sorted by relevance
86 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
629 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp); in ar5211ProcTxDesc()
89 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
600 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp); in ar5210ProcTxDesc()
130 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
893 ts->ts_tstamp = MS(ads->ds_txstatus0, AR_SendTimestamp); in ar5212ProcTxDesc()
265 #define AR_SendTimestamp(_ptr) (_ptr)[2] macro
734 ts->ts_tstamp = AR_SendTimestamp(ds_txstatus); in ar5416ProcTxDesc()