Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/target/
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 …]
A Dtarget_core_configfs.c3058 return sprintf(page, "%hu\n", tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_show()
3066 unsigned long tg_pt_gp_id; in target_tg_pt_gp_tg_pt_gp_id_store() local
3069 ret = kstrtoul(page, 0, &tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3075 if (tg_pt_gp_id > 0x0000ffff) { in target_tg_pt_gp_tg_pt_gp_id_store()
3077 tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3081 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()
3088 tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3141 CONFIGFS_ATTR(target_tg_pt_gp_, tg_pt_gp_id);
3223 config_item_name(item), tg_pt_gp->tg_pt_gp_id); in target_core_alua_drop_tg_pt_gp()
A Dtarget_core_spc.c297 u16 tg_pt_gp_id = 0; in spc_emulate_evpd_83() local
336 tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id; in spc_emulate_evpd_83()
349 put_unaligned_be16(tg_pt_gp_id, &buf[off]); in spc_emulate_evpd_83()
/linux-6.3-rc2/include/target/
A Dtarget_core_base.h293 u16 tg_pt_gp_id; member

Completed in 22 milliseconds