Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/hci/
Dllc_shdlc.c38 struct timer_list connect_timer;/* aka T3 in spec 10.6.1 */ member
345 del_timer_sync(&shdlc->connect_timer); in llc_shdlc_connect_complete()
567 struct llc_shdlc *shdlc = from_timer(shdlc, t, connect_timer); in llc_shdlc_connect_timeout()
616 mod_timer(&shdlc->connect_timer, jiffies + in llc_shdlc_sm_work()
623 if (timer_pending(&shdlc->connect_timer) == 0) { in llc_shdlc_sm_work()
738 timer_setup(&shdlc->connect_timer, llc_shdlc_connect_timeout, 0); in llc_shdlc_init()
/linux-6.1.9/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()
529 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.h866 struct timer_list connect_timer; member
Dcfg80211.c1178 mod_timer(&vif->connect_timer, in wil_ft_connect()
1375 mod_timer(&vif->connect_timer, in wil_cfg80211_connect()
Dwmi.c1027 del_timer_sync(&vif->connect_timer); in wmi_evt_connect()
1819 del_timer_sync(&vif->connect_timer); in wmi_evt_reassoc_status()
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
Dhif.h145 struct timer_list connect_timer; member
Dhif.c628 del_timer(&hif_drv->connect_timer); in host_int_parse_assoc_resp_info()
739 del_timer(&hif_drv->connect_timer); in wilc_disconnect()
1077 connect_timer); in timer_connect_cb()
1320 mod_timer(&hif_drv->connect_timer, in wilc_set_join_req()
1512 timer_setup(&hif_drv->connect_timer, timer_connect_cb, 0); in wilc_init()
1535 del_timer_sync(&hif_drv->connect_timer); in wilc_deinit()