Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dhptiop.h328 wait_queue_head_t reset_wq; member
Dhptiop.c690 wake_up(&hba->reset_wq); in hptiop_message_callback()
1073 wait_event_timeout(hba->reset_wq, in hptiop_reset_hba()
1332 init_waitqueue_head(&hba->reset_wq); in hptiop_probe()
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c248 schedule_work(&priv->reset_wq); in _rtl92e_tx_timeout()
938 INIT_WORK_RSL(&priv->reset_wq, (void *)_rtl92e_restart, dev); in _rtl92e_init_priv_task()
2037 cancel_work_sync(&priv->reset_wq); in _rtl92e_cancel_deferred_work()
2110 reset_wq); in _rtl92e_restart()
2138 schedule_work(&priv->reset_wq); in _rtl92e_set_mac_adr()
Drtl_core.h332 struct work_struct reset_wq; member
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_core.c470 schedule_work(&priv->reset_wq); in tx_timeout()
2027 INIT_WORK(&priv->reset_wq, rtl8192_restart); in rtl8192_init_priv_task()
3248 reset_wq); in rtl8192_restart()
3281 schedule_work(&priv->reset_wq); in r8192_set_mac_adr()
4582 cancel_work_sync(&priv->reset_wq); in rtl8192_cancel_deferred_work()
Dr8192U.h910 struct work_struct reset_wq; member
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.h1518 wait_queue_head_t reset_wq; member
Dmpt3sas_base.c3994 wake_up(&ioc->reset_wq); in _base_recovery_check()
8475 init_waitqueue_head(&ioc->reset_wq); in mpt3sas_base_attach()
8766 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in mpt3sas_wait_for_commands_to_complete()