Lines Matching refs:dpc_thread
3254 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3256 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3259 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3260 ha->dpc_thread = NULL; in qla2x00_probe_one()
3401 if (ha->dpc_thread) { in qla2x00_probe_one()
3402 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3404 ha->dpc_thread = NULL; in qla2x00_probe_one()
3554 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3555 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3561 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
6229 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc()