Searched refs:dpc_thread (Results 1 – 5 of 5) sorted by relevance
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()[all …]
4346 struct task_struct *dpc_thread; member
518 } else if (current == ha->dpc_thread) { in qla2x00_mailbox_command()
660 struct workqueue_struct *dpc_thread; member
5186 if (ha->dpc_thread) in qla4xxx_wake_dpc()5187 queue_work(ha->dpc_thread, &ha->dpc_work); in qla4xxx_wake_dpc()5492 if (ha->dpc_thread) in qla4xxx_free_adapter()5493 destroy_workqueue(ha->dpc_thread); in qla4xxx_free_adapter()8797 ha->dpc_thread = create_singlethread_workqueue(buf); in qla4xxx_probe_adapter()8798 if (!ha->dpc_thread) { in qla4xxx_probe_adapter()