Searched refs:dpc_hp_wq (Results 1 – 2 of 2) sorted by relevance
3481 ha->dpc_hp_wq = create_singlethread_workqueue(wq_name); in qla2x00_probe_one()3782 if (ha->dpc_hp_wq) { in qla2x00_destroy_deferred_work()3786 destroy_workqueue(ha->dpc_hp_wq); in qla2x00_destroy_deferred_work()3787 ha->dpc_hp_wq = NULL; in qla2x00_destroy_deferred_work()5661 if (ha->dpc_hp_wq) in qla83xx_schedule_work()5662 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()5669 if (ha->dpc_hp_wq) in qla83xx_schedule_work()5670 queue_work(ha->dpc_hp_wq, &ha->idc_state_handler); in qla83xx_schedule_work()5673 if (ha->dpc_hp_wq) in qla83xx_schedule_work()5674 queue_work(ha->dpc_hp_wq, &ha->nic_core_unrecoverable); in qla83xx_schedule_work()
4723 struct workqueue_struct *dpc_hp_wq; member