Home
last modified time | relevance | path

Searched refs:tg_pt_gp_id (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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()
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()
892 "tg_pt_gp_id=%hu\n" in core_alua_update_tpg_primary_metadata()
895 tg_pt_gp->tg_pt_gp_id, in core_alua_update_tpg_primary_metadata()
448 core_alua_state_lba_dependent( struct se_cmd *cmd, u16 tg_pt_gp_id) core_alua_state_lba_dependent() argument
1657 core_alua_set_tg_pt_gp_id( struct t10_alua_tg_pt_gp *tg_pt_gp, u16 tg_pt_gp_id) core_alua_set_tg_pt_gp_id() argument
[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()
3099 pr_err("ALUA tg_pt_gp_id: invalid value '%s' for tg_pt_gp_id\n", 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()
3104 pr_err("ALUA tg_pt_gp_id: %lu exceeds maximum: 0x0000ffff\n", 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()
[all...]
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()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_alua.c195 put_unaligned_be16(tg_pt_gp->tg_pt_gp_id, &buf[off]); in target_emulate_report_target_port_groups()
366 if (tg_pt_id != tg_pt_gp->tg_pt_gp_id) in target_emulate_set_target_port_groups()
515 tg_pt_gp->tg_pt_gp_id) in core_alua_state_lba_dependent()
917 "tg_pt_gp_id=%hu\n" in core_alua_update_tpg_primary_metadata()
920 tg_pt_gp->tg_pt_gp_id, in core_alua_update_tpg_primary_metadata()
1069 tg_pt_gp->tg_pt_gp_id, in core_alua_do_transition_tg_pt()
1151 if (l_tg_pt_gp->tg_pt_gp_id != tg_pt_gp->tg_pt_gp_id) in core_alua_do_port_transition()
1186 l_tg_pt_gp->tg_pt_gp_id, in core_alua_do_port_transition()
1275 tg_pt_gp->tg_pt_gp_id, (offlin in core_alua_set_tg_pt_secondary_state()
1683 core_alua_set_tg_pt_gp_id( struct t10_alua_tg_pt_gp *tg_pt_gp, u16 tg_pt_gp_id) core_alua_set_tg_pt_gp_id() argument
[all...]
H A Dtarget_core_configfs.c2990 return sprintf(page, "%hu\n", tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_show()
2998 unsigned long tg_pt_gp_id; in target_tg_pt_gp_tg_pt_gp_id_store() local
3001 ret = kstrtoul(page, 0, &tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3003 pr_err("ALUA tg_pt_gp_id: invalid value '%s' for tg_pt_gp_id\n", in target_tg_pt_gp_tg_pt_gp_id_store()
3007 if (tg_pt_gp_id > 0x0000ffff) { in target_tg_pt_gp_tg_pt_gp_id_store()
3008 pr_err("ALUA tg_pt_gp_id: %lu exceeds maximum: 0x0000ffff\n", in target_tg_pt_gp_tg_pt_gp_id_store()
3009 tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
3013 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()
3020 tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store()
[all...]
H A Dtarget_core_spc.c264 u16 tg_pt_gp_id = 0; in spc_emulate_evpd_83() local
303 tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id; in spc_emulate_evpd_83()
316 put_unaligned_be16(tg_pt_gp_id, &buf[off]); in spc_emulate_evpd_83()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h287 u16 tg_pt_gp_id; member
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h293 u16 tg_pt_gp_id; member

Completed in 21 milliseconds