Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
A Dqla_os.c3480 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, in qla2x00_probe_one()
3482 if (IS_ERR(ha->dpc_thread)) { in qla2x00_probe_one()
3485 ret = PTR_ERR(ha->dpc_thread); in qla2x00_probe_one()
3486 ha->dpc_thread = NULL; in qla2x00_probe_one()
3640 if (ha->dpc_thread) { in qla2x00_probe_one()
3641 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one()
3643 ha->dpc_thread = NULL; in qla2x00_probe_one()
3823 if (ha->dpc_thread) { in qla2x00_destroy_deferred_work()
3824 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work()
3830 ha->dpc_thread = NULL; in qla2x00_destroy_deferred_work()
[all …]
A Dqla_def.h4470 struct task_struct *dpc_thread; member
A Dqla_mbx.c522 } else if (current == ha->dpc_thread) { in qla2x00_mailbox_command()
/linux/drivers/scsi/qla4xxx/
A Dql4_def.h669 struct workqueue_struct *dpc_thread; member
A Dql4_os.c5195 if (ha->dpc_thread) in qla4xxx_wake_dpc()
5196 queue_work(ha->dpc_thread, &ha->dpc_work); in qla4xxx_wake_dpc()
5501 if (ha->dpc_thread) in qla4xxx_free_adapter()
5502 destroy_workqueue(ha->dpc_thread); in qla4xxx_free_adapter()
8809 ha->dpc_thread = alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, buf); in qla4xxx_probe_adapter()
8810 if (!ha->dpc_thread) { in qla4xxx_probe_adapter()

Completed in 67 milliseconds