Lines Matching refs:tpg
573 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_name_show() local
581 tpg->se_tpg_tfo->fabric_name, in target_stat_tgt_port_name_show()
591 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_port_index_show() local
599 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_tgt_port_port_index_show()
600 tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_tgt_port_port_index_show()
728 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_device_show() local
736 tpg->se_tpg_tfo->fabric_name); in target_stat_transport_device_show()
747 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_indx_show() local
754 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_transport_indx_show()
764 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_dev_name_show() local
774 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_transport_dev_name_show()
787 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_proto_id_show() local
793 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->proto_id); in target_stat_transport_proto_id_show()
857 struct se_portal_group *tpg; in target_stat_auth_inst_show() local
866 tpg = nacl->se_tpg; in target_stat_auth_inst_show()
869 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_auth_inst_show()
902 struct se_portal_group *tpg; in target_stat_auth_port_show() local
911 tpg = nacl->se_tpg; in target_stat_auth_port_show()
913 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_auth_port_show()
1197 struct se_portal_group *tpg; in target_stat_iport_inst_show() local
1206 tpg = nacl->se_tpg; in target_stat_iport_inst_show()
1209 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_iport_inst_show()
1242 struct se_portal_group *tpg; in target_stat_iport_port_show() local
1251 tpg = nacl->se_tpg; in target_stat_iport_port_show()
1253 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_iport_port_show()
1264 struct se_portal_group *tpg; in target_stat_iport_indx_show() local
1274 tpg = nacl->se_tpg; in target_stat_iport_indx_show()
1277 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
1308 struct se_portal_group *tpg; in target_stat_iport_port_ident_show() local
1319 tpg = nacl->se_tpg; in target_stat_iport_port_ident_show()
1322 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_iport_port_ident_show()
1323 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_iport_port_ident_show()