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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c3516 ha->dpc_hp_wq = create_singlethread_workqueue(wq_name);
3817 if (ha->dpc_hp_wq) {
3821 destroy_workqueue(ha->dpc_hp_wq);
3822 ha->dpc_hp_wq = NULL;
5715 if (ha->dpc_hp_wq)
5716 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset);
5723 if (ha->dpc_hp_wq)
5724 queue_work(ha->dpc_hp_wq, &ha->idc_state_handler);
5727 if (ha->dpc_hp_wq)
5728 queue_work(ha->dpc_hp_wq,
[all...]
H A Dqla_def.h4779 struct workqueue_struct *dpc_hp_wq; member in struct:qla_hw_data

Completed in 173 milliseconds