Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c640 u64 sync_tsf = READ_ONCE(rtwvif_link->sync_bcn_tsf); in rtw89_mcc_get_tbtt_ofst()
2547 if (READ_ONCE(rtwvif_link->sync_bcn_tsf) > rtwvif_link->last_sync_bcn_tsf) in rtw89_mcc_gc_detect_beacon_work()
2591 rtwvif_link->last_sync_bcn_tsf = READ_ONCE(rtwvif_link->sync_bcn_tsf); in rtw89_mcc_detect_go_bcn()
H A Dcore.h3599 u64 sync_bcn_tsf; member
H A Dcore.c2221 WRITE_ONCE(rtwvif_link->sync_bcn_tsf, le64_to_cpu(mgmt->u.beacon.timestamp)); in rtw89_vif_sync_bcn_tsf()