Searched refs:tg_pt_gp_id (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/target/ |
A D | target_core_alua.c | 447 u16 tg_pt_gp_id) in core_alua_state_lba_dependent() argument 648 u16 tg_pt_gp_id; in target_alua_state_check() local 674 tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id; in target_alua_state_check() 892 tg_pt_gp->tg_pt_gp_id, in core_alua_update_tpg_primary_metadata() 1041 tg_pt_gp->tg_pt_gp_id, in core_alua_do_transition_tg_pt() 1123 if (l_tg_pt_gp->tg_pt_gp_id != tg_pt_gp->tg_pt_gp_id) in core_alua_do_port_transition() 1643 tg_pt_gp->tg_pt_gp_id = in core_alua_allocate_tg_pt_gp() 1657 u16 tg_pt_gp_id) in core_alua_set_tg_pt_gp_id() argument 1680 tg_pt_gp_id_tmp = (tg_pt_gp_id != 0) ? tg_pt_gp_id : in core_alua_set_tg_pt_gp_id() 1686 if (!tg_pt_gp_id) in core_alua_set_tg_pt_gp_id() [all …]
|
A D | target_core_spc.c | 295 u16 tg_pt_gp_id = 0; in spc_emulate_evpd_83() local 334 tg_pt_gp_id = tg_pt_gp->tg_pt_gp_id; in spc_emulate_evpd_83() 347 put_unaligned_be16(tg_pt_gp_id, &buf[off]); in spc_emulate_evpd_83()
|
A D | target_core_configfs.c | 3028 return sprintf(page, "%hu\n", tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_show() 3036 unsigned long tg_pt_gp_id; in target_tg_pt_gp_tg_pt_gp_id_store() local 3039 ret = kstrtoul(page, 0, &tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store() 3045 if (tg_pt_gp_id > 0x0000ffff) { in target_tg_pt_gp_tg_pt_gp_id_store() 3047 tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store() 3051 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() 3058 tg_pt_gp->tg_pt_gp_id); in target_tg_pt_gp_tg_pt_gp_id_store() 3111 CONFIGFS_ATTR(target_tg_pt_gp_, tg_pt_gp_id); 3193 config_item_name(item), tg_pt_gp->tg_pt_gp_id); in target_core_alua_drop_tg_pt_gp()
|
/linux/include/target/ |
A D | target_core_base.h | 291 u16 tg_pt_gp_id; member
|
Completed in 30 milliseconds