Home
last modified time | relevance | path

Searched refs:recovery_work (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Drecovery.c24 fw_recovery.recovery_work); in ath6kl_recovery_work()
54 queue_work(ar->ath6kl_wq, &ar->fw_recovery.recovery_work); in ath6kl_recovery_err_notify()
103 INIT_WORK(&recovery->recovery_work, ath6kl_recovery_work); in ath6kl_recovery_init()
124 cancel_work_sync(&ar->fw_recovery.recovery_work); in ath6kl_recovery_cleanup()
Dcore.h841 struct work_struct recovery_work; member
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dwlcore.h317 struct work_struct recovery_work; member
Dmain.c808 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work()
985 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work()
1234 cancel_work_sync(&wl->recovery_work); in wl1271_plt_stop()
1898 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume()
1986 cancel_work_sync(&wl->recovery_work); in wlcore_op_stop_locked()
2614 wl1271_recovery_work(&wl->recovery_work); in wl1271_op_add_interface()
6266 INIT_WORK(&wl->recovery_work, wl1271_recovery_work); in wlcore_alloc_hw()
/linux-4.4.14/include/scsi/
Dscsi_transport_iscsi.h245 struct delayed_work recovery_work; member
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c1895 recovery_work.work); in session_recovery_timedout()
1937 cancel_delayed_work(&session->recovery_work); in __iscsi_unblock_session()
1987 &session->recovery_work, in __iscsi_block_session()
2047 INIT_DELAYED_WORK(&session->recovery_work, session_recovery_timedout); in iscsi_alloc_session()
2181 if (!cancel_delayed_work(&session->recovery_work)) in iscsi_remove_session()
/linux-4.4.14/drivers/s390/cio/
Ddevice.c1311 static DECLARE_WORK(recovery_work, recovery_work_func);
1319 schedule_work(&recovery_work); in recovery_func()