Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_alua.c450 u16 tg_pt_gp_id) in core_alua_state_lba_dependent() argument
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()
895 tg_pt_gp->tg_pt_gp_id, in core_alua_update_tpg_primary_metadata()
1043 tg_pt_gp->tg_pt_gp_id, in core_alua_do_transition_tg_pt()
1125 if (l_tg_pt_gp->tg_pt_gp_id != tg_pt_gp->tg_pt_gp_id) in core_alua_do_port_transition()
1645 tg_pt_gp->tg_pt_gp_id = in core_alua_allocate_tg_pt_gp()
1659 u16 tg_pt_gp_id) in core_alua_set_tg_pt_gp_id() argument
1682 tg_pt_gp_id_tmp = (tg_pt_gp_id != 0) ? tg_pt_gp_id : in core_alua_set_tg_pt_gp_id()
1688 if (!tg_pt_gp_id) in core_alua_set_tg_pt_gp_id()
[all …]
H A Dtarget_core_configfs.c3086 return sprintf(page, "%hu\n", tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_show()
3094 unsigned long tg_pt_gp_id; in target_tg_pt_gp_tg_pt_gp_id_store() local
3097 ret = kstrtoul(page, 0, &tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3103 if (tg_pt_gp_id > 0x0000ffff) { in target_tg_pt_gp_tg_pt_gp_id_store()
3105 tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3109 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()
3116 tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3169 CONFIGFS_ATTR(target_tg_pt_gp_, tg_pt_gp_id);
3251 config_item_name(item), tg_pt_gp->tg_pt_gp_id); in target_core_alua_drop_tg_pt_gp()
H A Dtarget_core_spc.c292 u16 tg_pt_gp_id = 0; in spc_emulate_evpd_83() local
331 tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id; in spc_emulate_evpd_83()
344 put_unaligned_be16(tg_pt_gp_id, &buf[off]); in spc_emulate_evpd_83()
/openbmc/linux/include/target/
H A Dtarget_core_base.h293 u16 tg_pt_gp_id; member