Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c2781 ha->dpc_hp_wq = create_singlethread_workqueue(wq_name); in qla2x00_probe_one()
3024 if (ha->dpc_hp_wq) { in qla2x00_destroy_deferred_work()
3028 destroy_workqueue(ha->dpc_hp_wq); in qla2x00_destroy_deferred_work()
3029 ha->dpc_hp_wq = NULL; in qla2x00_destroy_deferred_work()
4100 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
4101 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()
4108 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
4109 queue_work(ha->dpc_hp_wq, &ha->idc_state_handler); in qla83xx_schedule_work()
4112 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
4113 queue_work(ha->dpc_hp_wq, &ha->nic_core_unrecoverable); in qla83xx_schedule_work()
Dqla_def.h3465 struct workqueue_struct *dpc_hp_wq; member