Lines Matching refs:tpg
751 struct se_portal_group *tpg; in target_stat_scsi_tgt_port_show_attr_name() local
760 tpg = sep->sep_tpg; in target_stat_scsi_tgt_port_show_attr_name()
763 tpg->se_tpg_tfo->get_fabric_name(), sep->sep_index); in target_stat_scsi_tgt_port_show_attr_name()
774 struct se_portal_group *tpg; in target_stat_scsi_tgt_port_show_attr_port_index() local
783 tpg = sep->sep_tpg; in target_stat_scsi_tgt_port_show_attr_port_index()
786 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_scsi_tgt_port_show_attr_port_index()
787 tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_scsi_tgt_port_show_attr_port_index()
949 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_device() local
958 tpg = sep->sep_tpg; in target_stat_scsi_transport_show_attr_device()
961 tpg->se_tpg_tfo->get_fabric_name()); in target_stat_scsi_transport_show_attr_device()
972 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_indx() local
981 tpg = sep->sep_tpg; in target_stat_scsi_transport_show_attr_indx()
983 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_scsi_transport_show_attr_indx()
995 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_dev_name() local
1005 tpg = sep->sep_tpg; in target_stat_scsi_transport_show_attr_dev_name()
1009 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_scsi_transport_show_attr_dev_name()
1085 struct se_portal_group *tpg; in target_stat_scsi_auth_intr_show_attr_inst() local
1094 tpg = nacl->se_tpg; in target_stat_scsi_auth_intr_show_attr_inst()
1097 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_scsi_auth_intr_show_attr_inst()
1134 struct se_portal_group *tpg; in target_stat_scsi_auth_intr_show_attr_port() local
1143 tpg = nacl->se_tpg; in target_stat_scsi_auth_intr_show_attr_port()
1145 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_scsi_auth_intr_show_attr_port()
1451 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_inst() local
1460 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_inst()
1463 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_scsi_att_intr_port_show_attr_inst()
1500 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_port() local
1509 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_port()
1511 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()
1524 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_indx() local
1534 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_indx()
1537 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_scsi_att_intr_port_show_attr_indx()
1572 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_port_ident() local
1583 tpg = nacl->se_tpg; in target_stat_scsi_att_intr_port_show_attr_port_ident()
1586 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_scsi_att_intr_port_show_attr_port_ident()
1587 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_scsi_att_intr_port_show_attr_port_ident()