Home
last modified time | relevance | path

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

/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.h842 struct work_struct recovery_work; member
/drivers/net/wireless/ti/wlcore/
Dwlcore.h314 struct work_struct recovery_work; member
Dmain.c802 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work()
920 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work()
1169 cancel_work_sync(&wl->recovery_work); in wl1271_plt_stop()
1833 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume()
1921 cancel_work_sync(&wl->recovery_work); in wlcore_op_stop_locked()
2554 wl1271_recovery_work(&wl->recovery_work); in wl1271_op_add_interface()
6244 INIT_WORK(&wl->recovery_work, wl1271_recovery_work); in wlcore_alloc_hw()
/drivers/scsi/
Dscsi_transport_iscsi.c1897 recovery_work.work); in session_recovery_timedout()
1939 cancel_delayed_work(&session->recovery_work); in __iscsi_unblock_session()
1989 &session->recovery_work, in __iscsi_block_session()
2049 INIT_DELAYED_WORK(&session->recovery_work, session_recovery_timedout); in iscsi_alloc_session()
2180 if (!cancel_delayed_work(&session->recovery_work)) in iscsi_remove_session()
/drivers/s390/cio/
Ddevice.c1306 static DECLARE_WORK(recovery_work, recovery_work_func);
1314 schedule_work(&recovery_work); in recovery_func()