Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.c1241 uint64_t hostime, detlahostime, tsf64_time; in ol_rx_timestamp_update() local
1256 tsf64_time = pdev->last_tsf64_time + detlahostime; in ol_rx_timestamp_update()
1259 tsf64_time & 0xFFFFFFFF; in ol_rx_timestamp_update()
1260 rx_desc->ppdu_end.wb_timestamp_upper_32 = tsf64_time >> 32; in ol_rx_timestamp_update()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tsf.c1147 struct hdd_adapter *adapter, uint64_t tsf64_time, in hdd_get_soctime_from_tsf64time() argument
1167 if (tsf64_time > tsf->last_target_global_tsf_time) { in hdd_get_soctime_from_tsf64time()
1168 delta64_tsf64time = tsf64_time - in hdd_get_soctime_from_tsf64time()
1177 tsf64_time; in hdd_get_soctime_from_tsf64time()
2412 uint64_t tsf64_time = target_time; in hdd_netbuf_timestamp() local
2415 tsf64_time, &soc_time); in hdd_netbuf_timestamp()