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()
901 struct se_portal_group *tpg; in target_stat_auth_port_show() local
910 tpg = nacl->se_tpg; in target_stat_auth_port_show()
912 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_auth_port_show()
1196 struct se_portal_group *tpg; in target_stat_iport_inst_show() local
1205 tpg = nacl->se_tpg; in target_stat_iport_inst_show()
1208 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_iport_inst_show()
1240 struct se_portal_group *tpg; in target_stat_iport_port_show() local
1249 tpg = nacl->se_tpg; in target_stat_iport_port_show()
1251 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_iport_port_show()
1262 struct se_portal_group *tpg; in target_stat_iport_indx_show() local
1272 tpg = nacl->se_tpg; in target_stat_iport_indx_show()
1275 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
1306 struct se_portal_group *tpg; in target_stat_iport_port_ident_show() local
1317 tpg = nacl->se_tpg; in target_stat_iport_port_ident_show()
1320 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_iport_port_ident_show()
1321 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_iport_port_ident_show()