Searched refs:dpc_hp_wq (Results 1 – 2 of 2) sorted by relevance
3509 ha->dpc_hp_wq = in qla2x00_probe_one()3814 if (ha->dpc_hp_wq) { in qla2x00_destroy_deferred_work()3818 destroy_workqueue(ha->dpc_hp_wq); in qla2x00_destroy_deferred_work()3819 ha->dpc_hp_wq = NULL; in qla2x00_destroy_deferred_work()5708 if (ha->dpc_hp_wq) in qla83xx_schedule_work()5709 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()5716 if (ha->dpc_hp_wq) in qla83xx_schedule_work()5717 queue_work(ha->dpc_hp_wq, &ha->idc_state_handler); in qla83xx_schedule_work()5720 if (ha->dpc_hp_wq) in qla83xx_schedule_work()5721 queue_work(ha->dpc_hp_wq, &ha->nic_core_unrecoverable); in qla83xx_schedule_work()
4788 struct workqueue_struct *dpc_hp_wq; member