Home
last modified time | relevance | path

Searched refs:eh_wq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/ufs/
H A Dufshcd.h847 * @eh_wq: Workqueue that eh_work works on
993 struct workqueue_struct *eh_wq;
991 struct workqueue_struct *eh_wq; global() member
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c6265 queue_work(hba->eh_wq, &hba->eh_work); in ufshcd_clk_scaling_allow()
9411 if (hba->eh_wq)
9412 destroy_workqueue(hba->eh_wq); in ufshcd_link_state_transition()
10484 hba->eh_wq = create_singlethread_workqueue(eh_wq_name); in ufshcd_init()
10485 if (!hba->eh_wq) { in ufshcd_init()