Lines Matching refs:sync_offset_clockdrift_max
59 if (ifmsh->sync_offset_clockdrift_max < beacon_int_fraction) { in mesh_sync_adjust_tsf()
61 (long long) ifmsh->sync_offset_clockdrift_max); in mesh_sync_adjust_tsf()
62 tsfdelta = -ifmsh->sync_offset_clockdrift_max; in mesh_sync_adjust_tsf()
63 ifmsh->sync_offset_clockdrift_max = 0; in mesh_sync_adjust_tsf()
66 (long long) ifmsh->sync_offset_clockdrift_max, in mesh_sync_adjust_tsf()
69 ifmsh->sync_offset_clockdrift_max -= beacon_int_fraction; in mesh_sync_adjust_tsf()
154 if (t_clockdrift > ifmsh->sync_offset_clockdrift_max) in mesh_sync_offset_rx_bcn_presp()
155 ifmsh->sync_offset_clockdrift_max = t_clockdrift; in mesh_sync_offset_rx_bcn_presp()
180 if (ifmsh->sync_offset_clockdrift_max > TOFFSET_MINIMUM_ADJUSTMENT) { in mesh_sync_offset_adjust_tsf()
188 ifmsh->sync_offset_clockdrift_max); in mesh_sync_offset_adjust_tsf()
193 (long long)ifmsh->sync_offset_clockdrift_max); in mesh_sync_offset_adjust_tsf()
194 ifmsh->sync_offset_clockdrift_max = 0; in mesh_sync_offset_adjust_tsf()