Home
last modified time | relevance | path

Searched refs:dpc_thread (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_os.c3254 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3256 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3259 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3260 ha->dpc_thread = NULL; in qla2x00_probe_one()
3401 if (ha->dpc_thread) { in qla2x00_probe_one()
3402 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3404 ha->dpc_thread = NULL; in qla2x00_probe_one()
3554 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3555 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3561 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
[all …]
Dqla_def.h3885 struct task_struct *dpc_thread; member
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_def.h661 struct workqueue_struct *dpc_thread; member
Dql4_os.c5167 if (ha->dpc_thread) in qla4xxx_wake_dpc()
5168 queue_work(ha->dpc_thread, &ha->dpc_work); in qla4xxx_wake_dpc()
5473 if (ha->dpc_thread) in qla4xxx_free_adapter()
5474 destroy_workqueue(ha->dpc_thread); in qla4xxx_free_adapter()
8787 ha->dpc_thread = create_singlethread_workqueue(buf); in qla4xxx_probe_adapter()
8788 if (!ha->dpc_thread) { in qla4xxx_probe_adapter()