Lines Matching refs:tpg
607 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_name_show() local
615 tpg->se_tpg_tfo->get_fabric_name(), in target_stat_tgt_port_name_show()
625 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_port_index_show() local
633 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_tgt_port_port_index_show()
634 tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_tgt_port_port_index_show()
762 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_device_show() local
770 tpg->se_tpg_tfo->get_fabric_name()); in target_stat_transport_device_show()
781 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_indx_show() local
788 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_transport_indx_show()
798 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_dev_name_show() local
808 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_transport_dev_name_show()
821 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_proto_id_show() local
827 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->proto_id); in target_stat_transport_proto_id_show()
891 struct se_portal_group *tpg; in target_stat_auth_inst_show() local
900 tpg = nacl->se_tpg; in target_stat_auth_inst_show()
903 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_auth_inst_show()
936 struct se_portal_group *tpg; in target_stat_auth_port_show() local
945 tpg = nacl->se_tpg; in target_stat_auth_port_show()
947 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_auth_port_show()
1231 struct se_portal_group *tpg; in target_stat_iport_inst_show() local
1240 tpg = nacl->se_tpg; in target_stat_iport_inst_show()
1243 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_iport_inst_show()
1276 struct se_portal_group *tpg; in target_stat_iport_port_show() local
1285 tpg = nacl->se_tpg; in target_stat_iport_port_show()
1287 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_iport_port_show()
1298 struct se_portal_group *tpg; in target_stat_iport_indx_show() local
1308 tpg = nacl->se_tpg; in target_stat_iport_indx_show()
1311 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
1342 struct se_portal_group *tpg; in target_stat_iport_port_ident_show() local
1353 tpg = nacl->se_tpg; in target_stat_iport_port_ident_show()
1356 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_iport_port_ident_show()
1357 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_iport_port_ident_show()