Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhptiop.h328 wait_queue_head_t reset_wq; member
Dhptiop.c690 wake_up(&hba->reset_wq); in hptiop_message_callback()
1081 wait_event_timeout(hba->reset_wq, in hptiop_reset_hba()
1337 init_waitqueue_head(&hba->reset_wq); in hptiop_probe()
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h332 struct work_struct reset_wq; member
Drtl_core.c274 schedule_work(&priv->reset_wq); in _rtl92e_tx_timeout()
994 INIT_WORK_RSL(&priv->reset_wq, (void *)_rtl92e_restart, dev); in _rtl92e_init_priv_task()
2143 cancel_work_sync(&priv->reset_wq); in _rtl92e_cancel_deferred_work()
2219 reset_wq); in _rtl92e_restart()
2249 schedule_work(&priv->reset_wq); in _rtl92e_set_mac_adr()
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U.h910 struct work_struct reset_wq; member
Dr8192U_core.c661 schedule_work(&priv->reset_wq); in tx_timeout()
2222 INIT_WORK(&priv->reset_wq, rtl8192_restart); in rtl8192_init_priv_task()
3474 reset_wq); in rtl8192_restart()
3508 schedule_work(&priv->reset_wq); in r8192_set_mac_adr()
4840 cancel_work_sync(&priv->reset_wq); in rtl8192_cancel_deferred_work()
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1345 wait_queue_head_t reset_wq; member
Dmpt3sas_base.c3590 wake_up(&ioc->reset_wq); in _base_recovery_check()
7068 init_waitqueue_head(&ioc->reset_wq); in mpt3sas_base_attach()
7342 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in mpt3sas_wait_for_commands_to_complete()