Searched refs:AR_SendTimestamp (Results 1 – 8 of 8) sorted by relevance
88 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
625 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp); in ar5211ProcTxDesc()
89 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
595 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp); in ar5210ProcTxDesc()
131 #define AR_SendTimestamp 0xffff0000 /* TX timestamp */ macro
857 ts->ts_tstamp = MS(ads->ds_txstatus0, AR_SendTimestamp); in ar5212ProcTxDesc()
244 #define AR_SendTimestamp(_ptr) (_ptr)[2] macro
483 ts->ts_tstamp = AR_SendTimestamp(ds_txstatus); in ar5416ProcTxDesc()