Lines Matching refs:tpg
594 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_name_show() local
602 tpg->se_tpg_tfo->fabric_name, in target_stat_tgt_port_name_show()
612 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_port_index_show() local
620 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_tgt_port_port_index_show()
621 tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_tgt_port_port_index_show()
749 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_device_show() local
757 tpg->se_tpg_tfo->fabric_name); in target_stat_transport_device_show()
768 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_indx_show() local
775 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_transport_indx_show()
785 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_dev_name_show() local
795 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_transport_dev_name_show()
808 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_proto_id_show() local
814 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->proto_id); in target_stat_transport_proto_id_show()
878 struct se_portal_group *tpg; in target_stat_auth_inst_show() local
887 tpg = nacl->se_tpg; in target_stat_auth_inst_show()
890 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_auth_inst_show()
922 struct se_portal_group *tpg; in target_stat_auth_port_show() local
931 tpg = nacl->se_tpg; in target_stat_auth_port_show()
933 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_auth_port_show()
1241 struct se_portal_group *tpg; in target_stat_iport_inst_show() local
1250 tpg = nacl->se_tpg; in target_stat_iport_inst_show()
1253 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_iport_inst_show()
1285 struct se_portal_group *tpg; in target_stat_iport_port_show() local
1294 tpg = nacl->se_tpg; in target_stat_iport_port_show()
1296 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_iport_port_show()
1307 struct se_portal_group *tpg; in target_stat_iport_indx_show() local
1317 tpg = nacl->se_tpg; in target_stat_iport_indx_show()
1320 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
1351 struct se_portal_group *tpg; in target_stat_iport_port_ident_show() local
1362 tpg = nacl->se_tpg; in target_stat_iport_port_ident_show()
1365 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_iport_port_ident_show()
1366 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_iport_port_ident_show()