Home
last modified time | relevance | path

Searched refs:sync_offset_clockdrift_max (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_sync.c56 if (ifmsh->sync_offset_clockdrift_max < beacon_int_fraction) { in mesh_sync_adjust_tsf()
58 (long long) ifmsh->sync_offset_clockdrift_max); in mesh_sync_adjust_tsf()
59 tsfdelta = -ifmsh->sync_offset_clockdrift_max; in mesh_sync_adjust_tsf()
60 ifmsh->sync_offset_clockdrift_max = 0; in mesh_sync_adjust_tsf()
63 (long long) ifmsh->sync_offset_clockdrift_max, in mesh_sync_adjust_tsf()
66 ifmsh->sync_offset_clockdrift_max -= beacon_int_fraction; in mesh_sync_adjust_tsf()
151 if (t_clockdrift > ifmsh->sync_offset_clockdrift_max) in mesh_sync_offset_rx_bcn_presp()
152 ifmsh->sync_offset_clockdrift_max = t_clockdrift; in mesh_sync_offset_rx_bcn_presp()
177 if (ifmsh->sync_offset_clockdrift_max > TOFFSET_MINIMUM_ADJUSTMENT) { in mesh_sync_offset_adjust_tsf()
185 ifmsh->sync_offset_clockdrift_max); in mesh_sync_offset_adjust_tsf()
[all...]
H A Dieee80211_i.h721 s64 sync_offset_clockdrift_max; member
H A Dmesh.c1012 ifmsh->sync_offset_clockdrift_max = 0; in ieee80211_start_mesh()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_sync.c57 if (ifmsh->sync_offset_clockdrift_max < beacon_int_fraction) { in mesh_sync_adjust_tsf()
59 (long long) ifmsh->sync_offset_clockdrift_max); in mesh_sync_adjust_tsf()
60 tsfdelta = -ifmsh->sync_offset_clockdrift_max; in mesh_sync_adjust_tsf()
61 ifmsh->sync_offset_clockdrift_max = 0; in mesh_sync_adjust_tsf()
64 (long long) ifmsh->sync_offset_clockdrift_max, in mesh_sync_adjust_tsf()
67 ifmsh->sync_offset_clockdrift_max -= beacon_int_fraction; in mesh_sync_adjust_tsf()
149 if (t_clockdrift > ifmsh->sync_offset_clockdrift_max) in mesh_sync_offset_rx_bcn_presp()
150 ifmsh->sync_offset_clockdrift_max = t_clockdrift; in mesh_sync_offset_rx_bcn_presp()
175 if (ifmsh->sync_offset_clockdrift_max > TOFFSET_MINIMUM_ADJUSTMENT) { in mesh_sync_offset_adjust_tsf()
183 ifmsh->sync_offset_clockdrift_max); in mesh_sync_offset_adjust_tsf()
[all...]
H A Dieee80211_i.h727 s64 sync_offset_clockdrift_max; member
H A Dmesh.c1202 ifmsh->sync_offset_clockdrift_max = 0; in ieee80211_start_mesh()

Completed in 15 milliseconds