Searched refs:dpc_thread (Results 1 – 5 of 5) sorted by relevance
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()[all …]
4223 struct task_struct *dpc_thread; member
503 } else if (current == ha->dpc_thread) { in qla2x00_mailbox_command()
660 struct workqueue_struct *dpc_thread; member
5192 if (ha->dpc_thread) in qla4xxx_wake_dpc()5193 queue_work(ha->dpc_thread, &ha->dpc_work); in qla4xxx_wake_dpc()5498 if (ha->dpc_thread) in qla4xxx_free_adapter()5499 destroy_workqueue(ha->dpc_thread); in qla4xxx_free_adapter()8809 ha->dpc_thread = create_singlethread_workqueue(buf); in qla4xxx_probe_adapter()8810 if (!ha->dpc_thread) { in qla4xxx_probe_adapter()