Home
last modified time | relevance | path

Searched refs:tg_pt_gp_alua_access_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_alua.c307 if (!(l_tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA)) { in target_emulate_set_target_port_groups()
1627 tg_pt_gp->tg_pt_gp_alua_access_type = in core_alua_allocate_tg_pt_gp()
1986 if ((tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA) && in core_alua_show_access_type()
1987 (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA)) in core_alua_show_access_type()
1989 else if (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA) in core_alua_show_access_type()
1991 else if (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA) in core_alua_show_access_type()
2016 tg_pt_gp->tg_pt_gp_alua_access_type = in core_alua_store_access_type()
2019 tg_pt_gp->tg_pt_gp_alua_access_type = TPGS_EXPLICIT_ALUA; in core_alua_store_access_type()
2021 tg_pt_gp->tg_pt_gp_alua_access_type = TPGS_IMPLICIT_ALUA; in core_alua_store_access_type()
2023 tg_pt_gp->tg_pt_gp_alua_access_type = 0; in core_alua_store_access_type()
H A Dtarget_core_spc.c46 buf[5] |= tg_pt_gp->tg_pt_gp_alua_access_type; in spc_fill_alua_data()
1978 if (!(l_tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA)) { in tcm_is_set_tpg_enabled()
H A Dtarget_core_configfs.c2882 if (!(tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_IMPLICIT_ALUA)) { in target_tg_pt_gp_alua_access_state_store()
2887 if (tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICIT_ALUA && in target_tg_pt_gp_alua_access_state_store()
/openbmc/linux/include/target/
H A Dtarget_core_base.h297 int tg_pt_gp_alua_access_type; member