Home
last modified time | relevance | path

Searched refs:tg_pt_gp_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_alua.c198 put_unaligned_be16(tg_pt_gp->tg_pt_gp_id, &buf[off]); in target_emulate_report_target_port_groups()
369 if (tg_pt_id != tg_pt_gp->tg_pt_gp_id) in target_emulate_set_target_port_groups()
450 u16 tg_pt_gp_id) in core_alua_state_lba_dependent() argument
500 if (map_mem->lba_map_mem_alua_pg_id != tg_pt_gp_id) in core_alua_state_lba_dependent()
651 u16 tg_pt_gp_id; in target_alua_state_check() local
677 tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id; in target_alua_state_check()
702 rc = core_alua_state_lba_dependent(cmd, tg_pt_gp_id); in target_alua_state_check()
894 tg_pt_gp->tg_pt_gp_id, in core_alua_update_tpg_primary_metadata()
1042 tg_pt_gp->tg_pt_gp_id, in core_alua_do_transition_tg_pt()
1124 if (l_tg_pt_gp->tg_pt_gp_id != tg_pt_gp->tg_pt_gp_id) in core_alua_do_port_transition()
[all …]
H A Dtarget_core_configfs.c3175 return sprintf(page, "%hu\n", tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_show()
3183 unsigned long tg_pt_gp_id; in target_tg_pt_gp_tg_pt_gp_id_store() local
3186 ret = kstrtoul(page, 0, &tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3192 if (tg_pt_gp_id > 0x0000ffff) { in target_tg_pt_gp_tg_pt_gp_id_store()
3194 tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3198 ret = core_alua_set_tg_pt_gp_id(tg_pt_gp, (u16)tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3205 tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3258 CONFIGFS_ATTR(target_tg_pt_gp_, tg_pt_gp_id);
3340 config_item_name(item), tg_pt_gp->tg_pt_gp_id); in target_core_alua_drop_tg_pt_gp()
/linux/include/target/
H A Dtarget_core_base.h307 u16 tg_pt_gp_id;
304 u16 tg_pt_gp_id; global() member