Lines Matching refs:dpc_thread
3388 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3390 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3393 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3394 ha->dpc_thread = NULL; in qla2x00_probe_one()
3544 if (ha->dpc_thread) { in qla2x00_probe_one()
3545 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3547 ha->dpc_thread = NULL; in qla2x00_probe_one()
3727 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3728 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3734 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
7152 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc()