Lines Matching refs:tpg

576 	struct se_portal_group *tpg = lun->lun_tpg;  in target_stat_tgt_port_name_show()  local
584 tpg->se_tpg_tfo->fabric_name, in target_stat_tgt_port_name_show()
594 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_port_index_show() local
602 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_tgt_port_port_index_show()
603 tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_tgt_port_port_index_show()
731 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_device_show() local
739 tpg->se_tpg_tfo->fabric_name); in target_stat_transport_device_show()
750 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_indx_show() local
757 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_transport_indx_show()
767 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_dev_name_show() local
777 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_transport_dev_name_show()
790 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_proto_id_show() local
796 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->proto_id); in target_stat_transport_proto_id_show()
860 struct se_portal_group *tpg; in target_stat_auth_inst_show() local
869 tpg = nacl->se_tpg; in target_stat_auth_inst_show()
872 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_auth_inst_show()
905 struct se_portal_group *tpg; in target_stat_auth_port_show() local
914 tpg = nacl->se_tpg; in target_stat_auth_port_show()
916 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_auth_port_show()
1200 struct se_portal_group *tpg; in target_stat_iport_inst_show() local
1209 tpg = nacl->se_tpg; in target_stat_iport_inst_show()
1212 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_iport_inst_show()
1245 struct se_portal_group *tpg; in target_stat_iport_port_show() local
1254 tpg = nacl->se_tpg; in target_stat_iport_port_show()
1256 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->se_tpg_tfo->tpg_get_tag(tpg)); in target_stat_iport_port_show()
1267 struct se_portal_group *tpg; in target_stat_iport_indx_show() local
1277 tpg = nacl->se_tpg; in target_stat_iport_indx_show()
1280 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
1311 struct se_portal_group *tpg; in target_stat_iport_port_ident_show() local
1322 tpg = nacl->se_tpg; in target_stat_iport_port_ident_show()
1325 if (tpg->se_tpg_tfo->sess_get_initiator_sid != NULL) in target_stat_iport_port_ident_show()
1326 tpg->se_tpg_tfo->sess_get_initiator_sid(se_sess, buf, 64); in target_stat_iport_port_ident_show()