Home
last modified time | relevance | path

Searched refs:connect_timer (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/hci/
Dllc_shdlc.c38 struct timer_list connect_timer;/* aka T3 in spec 10.6.1 */ member
347 del_timer_sync(&shdlc->connect_timer); in llc_shdlc_connect_complete()
574 struct llc_shdlc *shdlc = from_timer(shdlc, t, connect_timer); in llc_shdlc_connect_timeout()
627 mod_timer(&shdlc->connect_timer, jiffies + in llc_shdlc_sm_work()
634 if (timer_pending(&shdlc->connect_timer) == 0) { in llc_shdlc_sm_work()
755 timer_setup(&shdlc->connect_timer, llc_shdlc_connect_timeout, 0); in llc_shdlc_init()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dnetdev.c230 struct wil6210_vif *vif = from_timer(vif, t, connect_timer); in wil_connect_timer_fn()
270 timer_setup(&vif->connect_timer, wil_connect_timer_fn, 0); in wil_vif_init()
531 del_timer_sync(&vif->connect_timer); in wil_vif_remove()
Dmain.c801 del_timer_sync(&vif->connect_timer); in wil6210_disconnect()
821 del_timer_sync(&vif->connect_timer); in wil6210_disconnect_complete()
Dwil6210.h864 struct timer_list connect_timer; member
Dcfg80211.c1154 mod_timer(&vif->connect_timer, in wil_ft_connect()
1351 mod_timer(&vif->connect_timer, in wil_cfg80211_connect()
Dwmi.c1027 del_timer_sync(&vif->connect_timer); in wmi_evt_connect()
1818 del_timer_sync(&vif->connect_timer); in wmi_evt_reassoc_status()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dhif.h143 struct timer_list connect_timer; member
Dhif.c613 del_timer(&hif_drv->connect_timer); in host_int_parse_assoc_resp_info()
720 del_timer(&hif_drv->connect_timer); in wilc_disconnect()
1014 connect_timer); in timer_connect_cb()
1312 mod_timer(&hif_drv->connect_timer, in wilc_set_join_req()
1508 timer_setup(&hif_drv->connect_timer, timer_connect_cb, 0); in wilc_init()
1533 del_timer_sync(&hif_drv->connect_timer); in wilc_deinit()