Home
last modified time | relevance | path

Searched refs:join_timer (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/net/802/
H A Dgarp.c411 mod_timer(&app->join_timer, jiffies + delay); in garp_join_timer_arm()
416 struct garp_applicant *app = from_timer(app, t, join_timer); in garp_join_timer()
597 timer_setup(&app->join_timer, garp_join_timer, 0); in garp_init_applicant()
621 del_timer_sync(&app->join_timer); in garp_uninit_applicant()
H A Dmrp.c596 mod_timer(&app->join_timer, jiffies + delay); in mrp_join_timer_arm()
601 struct mrp_applicant *app = from_timer(app, t, join_timer); in mrp_join_timer()
878 timer_setup(&app->join_timer, mrp_join_timer, 0); in mrp_init_applicant()
906 del_timer_sync(&app->join_timer); in mrp_uninit_applicant()
/OK3568_Linux_fs/kernel/include/net/
H A Dgarp.h102 struct timer_list join_timer; member
H A Dmrp.h115 struct timer_list join_timer; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_priv.h187 struct timer_list join_timer; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_priv.h187 struct timer_list join_timer; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_priv.h187 struct timer_list join_timer; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_priv.h213 timer_list_compat_t join_timer; member
H A Ddhd_common.c8673 osl_timer_del(pub->osh, pub->timeout_info->join_timer); in __dhd_stop_join_timer()
8738 pub->timeout_info->join_timer = osl_timer_init(pub->osh, in dhd_start_join_timer()
8740 osl_timer_update(pub->osh, pub->timeout_info->join_timer, join_to_ms, 0); in dhd_start_join_timer()
H A Ddhd.h1077 osl_timer_t *join_timer; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_priv.h211 timer_list_compat_t join_timer; member
H A Ddhd_common.c8668 osl_timer_del(pub->osh, pub->timeout_info->join_timer); in __dhd_stop_join_timer()
8733 pub->timeout_info->join_timer = osl_timer_init(pub->osh, in dhd_start_join_timer()
8735 osl_timer_update(pub->osh, pub->timeout_info->join_timer, join_to_ms, 0); in dhd_start_join_timer()
H A Ddhd.h1079 osl_timer_t *join_timer; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c5365 osl_timer_del(pub->osh, pub->timeout_info->join_timer); in __dhd_stop_join_timer()
5436 pub->timeout_info->join_timer = osl_timer_init(pub->osh, in dhd_start_join_timer()
5438 osl_timer_update(pub->osh, pub->timeout_info->join_timer, join_to_ms, 0); in dhd_start_join_timer()
H A Ddhd.h632 osl_timer_t *join_timer; member
H A Ddhd_linux.c755 timer_list_compat_t join_timer; member