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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c2232 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha,
2234 if (IS_ERR(ha->dpc_thread)) {
2237 ret = PTR_ERR(ha->dpc_thread);
2307 if (ha->dpc_thread) {
2308 struct task_struct *t = ha->dpc_thread;
2310 ha->dpc_thread = NULL;
2387 if (ha->dpc_thread) {
2388 struct task_struct *t = ha->dpc_thread;
2391 * qla2xxx_wake_dpc checks for ->dpc_thread
2394 ha->dpc_thread
[all...]
H A Dqla_def.h2614 struct task_struct *dpc_thread; member in struct:qla_hw_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_os.c852 ha->dpc_thread) {
1205 if (ha->dpc_thread &&
1208 queue_work(ha->dpc_thread, &ha->dpc_work);
1403 if (ha->dpc_thread)
1404 destroy_workqueue(ha->dpc_thread);
1747 ha->dpc_thread = create_singlethread_workqueue(buf);
1748 if (!ha->dpc_thread) {
H A Dql4_def.h491 struct workqueue_struct *dpc_thread; member in struct:scsi_qla_host

Completed in 97 milliseconds