Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_process_radarevent.c398 rf->rf_dl.dl_last_ts = this_ts; in dfs_reject_on_pri()
419 rf->rf_dl.dl_last_ts = this_ts; in dfs_reject_on_pri()
486 deltaT = (this_ts < rf->rf_dl.dl_last_ts) ? in __dfs_process_radarevent()
487 (int64_t)((DFS_TSF_WRAP - rf->rf_dl.dl_last_ts) + in __dfs_process_radarevent()
489 this_ts - rf->rf_dl.dl_last_ts; in __dfs_process_radarevent()
538 rf->rf_dl.dl_last_ts = this_ts; in __dfs_process_radarevent()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h628 uint64_t dl_last_ts; member