Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.h52 struct work_struct tpg_base_work; member
Dtcm_qla2xxx.c799 struct tcm_qla2xxx_tpg, tpg_base_work); in tcm_qla2xxx_depend_tpg()
813 struct tcm_qla2xxx_tpg, tpg_base_work); in tcm_qla2xxx_undepend_tpg()
846 INIT_WORK(&tpg->tpg_base_work, tcm_qla2xxx_depend_tpg); in tcm_qla2xxx_tpg_enable_store()
851 INIT_WORK(&tpg->tpg_base_work, tcm_qla2xxx_undepend_tpg); in tcm_qla2xxx_tpg_enable_store()
854 schedule_work(&tpg->tpg_base_work); in tcm_qla2xxx_tpg_enable_store()