Searched refs:dpc_lp_wq (Results 1 – 2 of 2) sorted by relevance
3504 ha->dpc_lp_wq = in qla2x00_probe_one()3808 if (ha->dpc_lp_wq) { in qla2x00_destroy_deferred_work()3810 destroy_workqueue(ha->dpc_lp_wq); in qla2x00_destroy_deferred_work()3811 ha->dpc_lp_wq = NULL; in qla2x00_destroy_deferred_work()5702 if (ha->dpc_lp_wq) in qla83xx_schedule_work()5703 queue_work(ha->dpc_lp_wq, &ha->idc_aen); in qla83xx_schedule_work()
4785 struct workqueue_struct *dpc_lp_wq; member