Lines Matching refs:dpc_thread
3479 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3481 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3484 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3485 ha->dpc_thread = NULL; in qla2x00_probe_one()
3634 if (ha->dpc_thread) { in qla2x00_probe_one()
3635 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3637 ha->dpc_thread = NULL; in qla2x00_probe_one()
3817 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3818 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3824 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
7251 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc()