Lines Matching refs:tpg
910 struct se_portal_group *tpg; in target_stat_scsi_tgt_port_show_attr_name() local
919 tpg = sep->sep_tpg; in target_stat_scsi_tgt_port_show_attr_name()
922 tpg->se_tpg_tfo->get_fabric_name(), sep->sep_index); in target_stat_scsi_tgt_port_show_attr_name()
933 struct se_portal_group *tpg; in target_stat_scsi_tgt_port_show_attr_port_index() local
942 tpg = sep->sep_tpg; in target_stat_scsi_tgt_port_show_attr_port_index()
945 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_scsi_tgt_port_show_attr_port_index()
946 tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_scsi_tgt_port_show_attr_port_index()
1108 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_device() local
1117 tpg = sep->sep_tpg; in target_stat_scsi_transport_show_attr_device()
1120 tpg->se_tpg_tfo->get_fabric_name()); in target_stat_scsi_transport_show_attr_device()
1131 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_indx() local
1140 tpg = sep->sep_tpg; in target_stat_scsi_transport_show_attr_indx()
1142 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_scsi_transport_show_attr_indx()
1154 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_dev_name() local
1164 tpg = sep->sep_tpg; in target_stat_scsi_transport_show_attr_dev_name()
1168 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_scsi_transport_show_attr_dev_name()
1244 struct se_portal_group *tpg; in target_stat_scsi_auth_intr_show_attr_inst() local
1253 tpg = nacl->se_tpg; in target_stat_scsi_auth_intr_show_attr_inst()
1256 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_scsi_auth_intr_show_attr_inst()
1293 struct se_portal_group *tpg; in target_stat_scsi_auth_intr_show_attr_port() local
1302 tpg = nacl->se_tpg; in target_stat_scsi_auth_intr_show_attr_port()
1304 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_scsi_auth_intr_show_attr_port()
1610 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_inst() local
1619 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_inst()
1622 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_scsi_att_intr_port_show_attr_inst()
1659 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_port() local
1668 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_port()
1670 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_scsi_att_intr_port_show_attr_port()
1683 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_indx() local
1693 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_indx()
1696 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_scsi_att_intr_port_show_attr_indx()
1731 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_port_ident() local
1742 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_port_ident()
1745 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_scsi_att_intr_port_show_attr_port_ident()
1746 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_scsi_att_intr_port_show_attr_port_ident()