Searched refs:dpc_thread (Results 1 – 5 of 5) sorted by relevance
3446 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()3448 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()3451 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()3452 ha->dpc_thread = NULL; in qla2x00_probe_one()3602 if (ha->dpc_thread) { in qla2x00_probe_one()3603 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()3605 ha->dpc_thread = NULL; in qla2x00_probe_one()3785 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()3786 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()3792 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()[all …]
4384 struct task_struct *dpc_thread; member
526 } else if (current == ha->dpc_thread) { in qla2x00_mailbox_command()
670 struct workqueue_struct *dpc_thread; member
5185 if (ha->dpc_thread) in qla4xxx_wake_dpc()5186 queue_work(ha->dpc_thread, &ha->dpc_work); in qla4xxx_wake_dpc()5491 if (ha->dpc_thread) in qla4xxx_free_adapter()5492 destroy_workqueue(ha->dpc_thread); in qla4xxx_free_adapter()8796 ha->dpc_thread = create_singlethread_workqueue(buf); in qla4xxx_probe_adapter()8797 if (!ha->dpc_thread) { in qla4xxx_probe_adapter()