Home
last modified time | relevance | path

Searched refs:last_sn_update (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmesh_hwmp.c594 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
596 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
598 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
611 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
1082 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1084 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1086 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/
H A Drtw_mesh_hwmp.c672 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
674 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
676 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
689 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1422 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1424 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1426 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h376 systime last_sn_update; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/
H A Drtw_mesh_hwmp.c673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1423 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1425 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1427 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h377 systime last_sn_update; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/
H A Drtw_mesh_hwmp.c672 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
674 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
676 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
689 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1422 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1424 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1426 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h376 systime last_sn_update; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/
H A Drtw_mesh_hwmp.c673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1423 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1425 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1427 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/
H A Drtw_mesh_hwmp.c673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1423 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1425 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1427 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/
H A Drtw_mesh_hwmp.c516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1266 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1270 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h376 systime last_sn_update; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/
H A Drtw_mesh_hwmp.c516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1266 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1270 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h376 systime last_sn_update; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/
H A Drtw_mesh_hwmp.c673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1423 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1425 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1427 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h377 systime last_sn_update; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/
H A Drtw_mesh_hwmp.c516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1266 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1270 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h376 systime last_sn_update; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/
H A Drtw_mesh_hwmp.c516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1266 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1270 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h376 systime last_sn_update; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/
H A Drtw_mesh_hwmp.c516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1266 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1270 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/
H A Drtw_mesh_hwmp.c517 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
519 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
521 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
534 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1267 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1269 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1271 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h377 systime last_sn_update; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/
H A Drtw_mesh_hwmp.c516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1266 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1270 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/
H A Drtw_mesh_hwmp.c516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1266 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_mesh_path_start_discovery()
1268 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_mesh_path_start_discovery()
1270 minfo->last_sn_update = rtw_get_current_time(); in rtw_mesh_path_start_discovery()
H A Drtw_mesh.h376 systime last_sn_update; member

12