Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c3472 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3474 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3477 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3478 ha->dpc_thread = NULL; in qla2x00_probe_one()
3632 if (ha->dpc_thread) { in qla2x00_probe_one()
3633 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3635 ha->dpc_thread = NULL; in qla2x00_probe_one()
3815 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3816 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3822 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
[all …]
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h669 struct workqueue_struct *dpc_thread; member