Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh_hwmp.c338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
1177 else if (rtw_time_before(rtw_get_current_time(), 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()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h383 #define rtw_time_before(a,b) ({bool __r = _rtw_time_after(b, a); typecheck(systime, a); typecheck(s… macro
393 #define rtw_time_before(a,b) _rtw_time_after(b,a) macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_mlme.c1363 if (rtw_time_before(cur, lifetime)) in del_unassoc_sta_chk()
1493 else if (rtw_time_before(unassoc_sta->time, oldest_unassoc_sta->time)) in rtw_rx_add_unassoc_sta()