Searched refs:last_preq (Results 1 – 6 of 6) sorted by relevance
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()1177 else if (rtw_time_before(rtw_get_current_time(), minfo->last_preq)) { in rtw_mesh_queue_preq()1179 minfo->last_preq = rtw_get_current_time() - rtw_min_preq_int_jiff(adapter) - 1; in rtw_mesh_queue_preq()1182 rtw_mod_timer(&adapter->mesh_path_timer, minfo->last_preq + in rtw_mesh_queue_preq()1224 rtw_time_before(rtw_get_current_time(), minfo->last_preq + in rtw_mesh_path_start_discovery()1264 minfo->last_preq = rtw_get_current_time(); in rtw_mesh_path_start_discovery()1459 adapter->mesh_info.last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_work_hdl()1466 minfo->last_preq + rtw_min_preq_int_jiff(adapter) + 1); in rtw_mesh_work_hdl()
375 systime last_preq; member
3371 minfo->last_preq = rtw_get_current_time(); in rtw_mesh_init_mesh_info()
1010 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata))) in mesh_queue_preq()1013 else if (time_before(jiffies, ifmsh->last_preq)) { in mesh_queue_preq()1017 ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1; in mesh_queue_preq()1020 mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq + in mesh_queue_preq()1040 time_before(jiffies, ifmsh->last_preq + in mesh_path_start_discovery()1080 ifmsh->last_preq = jiffies; in mesh_path_start_discovery()
1517 ifmsh->last_preq + msecs_to_jiffies(ifmsh->mshcfg.dot11MeshHWMPpreqMinInterval))) in ieee80211_mesh_work()1547 ifmsh->last_preq = jiffies; in ieee80211_mesh_init_sdata()
703 unsigned long last_preq; member