Searched refs:tsf64_high32 (Results 1 – 1 of 1) sorted by relevance
1207 uint32_t tsf64_low32, tsf64_high32; in ol_rx_timestamp() local1217 tsf64_high32 = rx_mpdu_desc->ppdu_end.wb_timestamp_upper_32; in ol_rx_timestamp()1219 tsf64 = (uint64_t)tsf64_high32 << 32 | tsf64_low32; in ol_rx_timestamp()