Searched refs:dpc_thread (Results 1 – 4 of 4) sorted by relevance
2751 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()2753 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()2756 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()2894 if (ha->dpc_thread) { in qla2x00_probe_one()2895 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()2897 ha->dpc_thread = NULL; in qla2x00_probe_one()3029 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()3030 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()3036 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()5093 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc()
3220 struct task_struct *dpc_thread; member
674 struct workqueue_struct *dpc_thread; member
5153 if (ha->dpc_thread) in qla4xxx_wake_dpc()5154 queue_work(ha->dpc_thread, &ha->dpc_work); in qla4xxx_wake_dpc()5459 if (ha->dpc_thread) in qla4xxx_free_adapter()5460 destroy_workqueue(ha->dpc_thread); in qla4xxx_free_adapter()8781 ha->dpc_thread = create_singlethread_workqueue(buf); in qla4xxx_probe_adapter()8782 if (!ha->dpc_thread) { in qla4xxx_probe_adapter()