Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c3501 ha->dpc_hp_wq = in qla2x00_probe_one()
3806 if (ha->dpc_hp_wq) { in qla2x00_destroy_deferred_work()
3810 destroy_workqueue(ha->dpc_hp_wq); in qla2x00_destroy_deferred_work()
3811 ha->dpc_hp_wq = NULL; in qla2x00_destroy_deferred_work()
5700 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5701 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()
5708 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5709 queue_work(ha->dpc_hp_wq, &ha->idc_state_handler); in qla83xx_schedule_work()
5712 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5713 queue_work(ha->dpc_hp_wq, in qla83xx_schedule_work()
[all...]
H A Dqla_def.h4789 struct workqueue_struct *dpc_hp_wq; member