Lines Matching refs:tpg
588 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_name_show() local
596 tpg->se_tpg_tfo->get_fabric_name(), in target_stat_tgt_port_name_show()
606 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_port_index_show() local
614 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_tgt_port_port_index_show()
615 tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_tgt_port_port_index_show()
743 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_device_show() local
751 tpg->se_tpg_tfo->get_fabric_name()); in target_stat_transport_device_show()
762 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_indx_show() local
769 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_transport_indx_show()
779 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_dev_name_show() local
789 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_transport_dev_name_show()
853 struct se_portal_group *tpg; in target_stat_auth_inst_show() local
862 tpg = nacl->se_tpg; in target_stat_auth_inst_show()
865 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_auth_inst_show()
898 struct se_portal_group *tpg; in target_stat_auth_port_show() local
907 tpg = nacl->se_tpg; in target_stat_auth_port_show()
909 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_auth_port_show()
1193 struct se_portal_group *tpg; in target_stat_iport_inst_show() local
1202 tpg = nacl->se_tpg; in target_stat_iport_inst_show()
1205 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_iport_inst_show()
1238 struct se_portal_group *tpg; in target_stat_iport_port_show() local
1247 tpg = nacl->se_tpg; in target_stat_iport_port_show()
1249 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_iport_port_show()
1260 struct se_portal_group *tpg; in target_stat_iport_indx_show() local
1270 tpg = nacl->se_tpg; in target_stat_iport_indx_show()
1273 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
1304 struct se_portal_group *tpg; in target_stat_iport_port_ident_show() local
1315 tpg = nacl->se_tpg; in target_stat_iport_port_ident_show()
1318 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_iport_port_ident_show()
1319 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_iport_port_ident_show()