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()
1870 ioc->reset_work_q = alloc_workqueue(ioc->reset_work_q_name, in mpt_attach()
1872 if (!ioc->reset_work_q) { in mpt_attach()
2025 destroy_workqueue(ioc->reset_work_q); in mpt_attach()
2026 ioc->reset_work_q = NULL; in mpt_attach()
2054 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_attach()
2064 destroy_workqueue(ioc->reset_work_q); in mpt_attach()
2065 ioc->reset_work_q = NULL; in mpt_attach()
2097 wq = ioc->reset_work_q; in mpt_detach()
2098 ioc->reset_work_q = NULL; in mpt_detach()