Lines Matching refs:dpc_thread
3331 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3333 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3336 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3337 ha->dpc_thread = NULL; in qla2x00_probe_one()
3485 if (ha->dpc_thread) { in qla2x00_probe_one()
3486 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3488 ha->dpc_thread = NULL; in qla2x00_probe_one()
3668 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3669 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3675 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
7018 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc()