Lines Matching refs:dpc_thread
3309 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3311 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3314 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3315 ha->dpc_thread = NULL; in qla2x00_probe_one()
3463 if (ha->dpc_thread) { in qla2x00_probe_one()
3464 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3466 ha->dpc_thread = NULL; in qla2x00_probe_one()
3646 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3647 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3653 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
7010 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc()