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()
1859 ioc->reset_work_q = in mpt_attach()
1861 if (!ioc->reset_work_q) { in mpt_attach()
2012 destroy_workqueue(ioc->reset_work_q); in mpt_attach()
2013 ioc->reset_work_q = NULL; in mpt_attach()
2041 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_attach()
2051 destroy_workqueue(ioc->reset_work_q); in mpt_attach()
2052 ioc->reset_work_q = NULL; in mpt_attach()
2084 wq = ioc->reset_work_q; in mpt_detach()
2085 ioc->reset_work_q = NULL; in mpt_detach()