Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.c1207 uint32_t tsf64_low32, tsf64_high32; in ol_rx_timestamp() local
1217 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()