Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_os.c3344 ha->dpc_hp_wq = create_singlethread_workqueue(wq_name); in qla2x00_probe_one()
3642 if (ha->dpc_hp_wq) { in qla2x00_destroy_deferred_work()
3646 destroy_workqueue(ha->dpc_hp_wq); in qla2x00_destroy_deferred_work()
3647 ha->dpc_hp_wq = NULL; in qla2x00_destroy_deferred_work()
5460 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5461 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()
5468 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5469 queue_work(ha->dpc_hp_wq, &ha->idc_state_handler); in qla83xx_schedule_work()
5472 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5473 queue_work(ha->dpc_hp_wq, in qla83xx_schedule_work()
[all...]
H A Dqla_def.h4550 struct workqueue_struct *dpc_hp_wq; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_os.c3515 ha->dpc_hp_wq = create_singlethread_workqueue(wq_name); in qla2x00_probe_one()
3816 if (ha->dpc_hp_wq) { in qla2x00_destroy_deferred_work()
3820 destroy_workqueue(ha->dpc_hp_wq); in qla2x00_destroy_deferred_work()
3821 ha->dpc_hp_wq = NULL; in qla2x00_destroy_deferred_work()
5713 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5714 queue_work(ha->dpc_hp_wq, &ha->nic_core_reset); in qla83xx_schedule_work()
5721 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5722 queue_work(ha->dpc_hp_wq, &ha->idc_state_handler); in qla83xx_schedule_work()
5725 if (ha->dpc_hp_wq) in qla83xx_schedule_work()
5726 queue_work(ha->dpc_hp_wq, in qla83xx_schedule_work()
[all...]
H A Dqla_def.h4779 struct workqueue_struct *dpc_hp_wq; member

Completed in 40 milliseconds