Searched defs:se_tpg (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/target/ |
D | target_core_fabric_lib.c | 47 u8 sas_get_fabric_proto_ident(struct se_portal_group *se_tpg) in sas_get_fabric_proto_ident() 58 struct se_portal_group *se_tpg, in sas_get_pr_transport_id() 89 struct se_portal_group *se_tpg, in sas_get_pr_transport_id_len() 110 struct se_portal_group *se_tpg, in sas_parse_pr_out_transport_id() 133 u8 fc_get_fabric_proto_ident(struct se_portal_group *se_tpg) in fc_get_fabric_proto_ident() 140 struct se_portal_group *se_tpg, in fc_get_pr_transport_id_len() 154 struct se_portal_group *se_tpg, in fc_get_pr_transport_id() 191 struct se_portal_group *se_tpg, in fc_parse_pr_out_transport_id() 212 u8 iscsi_get_fabric_proto_ident(struct se_portal_group *se_tpg) in iscsi_get_fabric_proto_ident() 223 struct se_portal_group *se_tpg, in iscsi_get_pr_transport_id() [all …]
|
D | target_core_fabric_configfs.c | 77 struct se_portal_group *se_tpg; in target_fabric_mappedlun_link() local 146 struct se_portal_group *se_tpg; in target_fabric_mappedlun_unlink() local 191 struct se_portal_group *se_tpg = se_nacl->se_tpg; in target_fabric_mappedlun_store_write_protect() local 222 struct se_portal_group *se_tpg = lacl->se_lun_nacl->se_tpg; in target_fabric_mappedlun_release() local 320 struct se_portal_group *se_tpg = se_nacl->se_tpg; in target_fabric_make_mappedlun() local 434 struct se_portal_group *se_tpg = se_nacl->se_tpg; in target_fabric_nacl_base_release() local 471 struct se_portal_group *se_tpg = container_of(group, in target_fabric_make_nodeacl() local 548 struct se_portal_group *se_tpg = se_tpg_np->tpg_np_parent; in target_fabric_np_base_release() local 570 struct se_portal_group *se_tpg = container_of(group, in target_fabric_make_np() local 771 struct se_portal_group *se_tpg; in target_fabric_port_link() local [all …]
|
D | target_core_tpg.c | 597 static int core_tpg_setup_virtual_lun0(struct se_portal_group *se_tpg) in core_tpg_setup_virtual_lun0() 622 static void core_tpg_release_virtual_lun0(struct se_portal_group *se_tpg) in core_tpg_release_virtual_lun0() 632 struct se_portal_group *se_tpg, in core_tpg_register() 693 int core_tpg_deregister(struct se_portal_group *se_tpg) in core_tpg_deregister()
|
D | target_core_pr.c | 1001 struct se_portal_group *se_tpg = nacl->se_tpg; in __core_scsi3_dump_registration() local 2077 struct se_portal_group *se_tpg; in core_scsi3_emulate_pro_register() local 2384 struct se_portal_group *se_tpg; in core_scsi3_pro_reserve() local 3306 struct se_portal_group *se_tpg, *dest_se_tpg = NULL; in core_scsi3_emulate_pro_register_and_move() local 4020 struct se_portal_group *se_tpg; in core_scsi3_pri_read_full_status() local
|
D | target_core_transport.c | 480 struct se_portal_group *se_tpg, in __transport_register_session() 525 struct se_portal_group *se_tpg, in transport_register_session() 572 struct se_portal_group *se_tpg = se_sess->se_tpg; in transport_deregister_session() local 5076 struct se_portal_group *se_tpg; in transport_generic_new_cmd() local
|
D | target_core_alua.c | 937 struct se_portal_group *se_tpg = port->sep_tpg; in core_alua_update_tpg_secondary_metadata() local
|
D | target_core_configfs.c | 1230 struct se_portal_group *se_tpg; in target_core_dev_pr_show_attr_res_pr_holder_tg_port() local
|
/linux-2.6.39/drivers/target/loopback/ |
D | tcm_loop.c | 64 struct se_portal_group *se_tpg, in tcm_loop_allocate_core_cmd() 299 struct se_portal_group *se_tpg; in tcm_loop_queuecommand() local 336 struct se_portal_group *se_tpg; in tcm_loop_device_reset() local 576 static u8 tcm_loop_get_fabric_proto_ident(struct se_portal_group *se_tpg) in tcm_loop_get_fabric_proto_ident() 604 static char *tcm_loop_get_endpoint_wwn(struct se_portal_group *se_tpg) in tcm_loop_get_endpoint_wwn() 614 static u16 tcm_loop_get_tag(struct se_portal_group *se_tpg) in tcm_loop_get_tag() 625 static u32 tcm_loop_get_default_depth(struct se_portal_group *se_tpg) in tcm_loop_get_default_depth() 631 struct se_portal_group *se_tpg, in tcm_loop_get_pr_transport_id() 662 struct se_portal_group *se_tpg, in tcm_loop_get_pr_transport_id_len() 696 struct se_portal_group *se_tpg, in tcm_loop_parse_pr_out_transport_id() [all …]
|
/linux-2.6.39/include/target/ |
D | target_core_base.h | 597 struct se_portal_group *se_tpg; member 613 struct se_portal_group *se_tpg; member 951 #define TPG_TFO(se_tpg) ((se_tpg)->se_tpg_tfo) argument
|