Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_os.c3290 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3292 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3295 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3296 ha->dpc_thread = NULL; in qla2x00_probe_one()
3451 if (ha->dpc_thread) { in qla2x00_probe_one()
3452 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3454 ha->dpc_thread = NULL; in qla2x00_probe_one()
3611 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3612 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3618 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
[all …]
Dqla_def.h3957 struct task_struct *dpc_thread; member
Dqla_mbx.c513 } else if (current == ha->dpc_thread) { in qla2x00_mailbox_command()
/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_def.h661 struct workqueue_struct *dpc_thread; member
Dql4_os.c5164 if (ha->dpc_thread) in qla4xxx_wake_dpc()
5165 queue_work(ha->dpc_thread, &ha->dpc_work); in qla4xxx_wake_dpc()
5470 if (ha->dpc_thread) in qla4xxx_free_adapter()
5471 destroy_workqueue(ha->dpc_thread); in qla4xxx_free_adapter()
8786 ha->dpc_thread = create_singlethread_workqueue(buf); in qla4xxx_probe_adapter()
8787 if (!ha->dpc_thread) { in qla4xxx_probe_adapter()