Lines Matching refs:reset_work_q
432 if (ioc->reset_work_q) in mpt_fault_reset_work()
433 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_fault_reset_work()
1861 ioc->reset_work_q = alloc_workqueue(ioc->reset_work_q_name, in mpt_attach()
1863 if (!ioc->reset_work_q) { in mpt_attach()
2016 destroy_workqueue(ioc->reset_work_q); in mpt_attach()
2017 ioc->reset_work_q = NULL; in mpt_attach()
2045 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_attach()
2055 destroy_workqueue(ioc->reset_work_q); in mpt_attach()
2056 ioc->reset_work_q = NULL; in mpt_attach()
2088 wq = ioc->reset_work_q; in mpt_detach()
2089 ioc->reset_work_q = NULL; in mpt_detach()