Home
last modified time | relevance | path

Searched refs:lun_tpg (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_stat.c462 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_tpg->tpg_rtpi); in target_stat_port_indx_show()
568 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_tpg->tpg_rtpi); in target_stat_tgt_port_indx_show()
577 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_name_show()
586 lun->lun_tpg->tpg_rtpi); in target_stat_tgt_port_name_show()
595 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_port_index_show()
709 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_device_show()
728 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_indx_show()
745 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_dev_name_show()
768 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_proto_id_show()
H A Dtarget_core_device.c220 if (lun->lun_tpg->tpg_rtpi != rtpi) in core_get_se_deve_from_rtpi()
650 struct se_portal_group *tpg = lun->lun_tpg; in core_dev_del_initiator_node_lun_acl()
824 xcopy_lun->lun_tpg = &xcopy_pt_tpg; in target_alloc_device()
H A Dtarget_core_alua.c228 put_unaligned_be16(lun->lun_tpg->tpg_rtpi, &buf[off]); in target_emulate_report_target_port_groups()
402 if (lun->lun_tpg->tpg_rtpi != rtpi) in target_emulate_set_target_port_groups()
1170 struct se_portal_group *se_tpg = lun->lun_tpg; in core_alua_update_tpg_secondary_metadata()
1900 struct se_portal_group *tpg = lun->lun_tpg; in core_alua_store_tg_pt_gp_info()
H A Dtarget_core_pr.c667 pr_reg->tg_pt_sep_rtpi = lun->lun_tpg->tpg_rtpi; in __core_scsi3_do_alloc_registration()
971 pr_reg->tg_pt_sep_rtpi = lun->lun_tpg->tpg_rtpi; in __core_scsi3_check_aptpl_registration()
1564 tmp_tpg = tmp_lun->lun_tpg; in core_scsi3_decode_spec_i_port()
1572 dest_rtpi = tmp_lun->lun_tpg->tpg_rtpi; in core_scsi3_decode_spec_i_port()
3232 if (tmp_lun->lun_tpg->tpg_rtpi != rtpi) in core_scsi3_emulate_pro_register_and_move()
3234 dest_se_tpg = tmp_lun->lun_tpg; in core_scsi3_emulate_pro_register_and_move()
H A Dtarget_core_fabric_configfs.c97 se_tpg = lun->lun_tpg; in target_fabric_mappedlun_link()
680 struct se_portal_group *se_tpg = lun->lun_tpg; in target_fabric_port_unlink()
H A Dtarget_core_spc.c78 struct se_portal_group *tpg = lun->lun_tpg; in spc_emulate_inquiry_std()
298 tpg = lun->lun_tpg; in spc_emulate_evpd_83()
318 put_unaligned_be16(lun->lun_tpg->tpg_rtpi, &buf[off]); in spc_emulate_evpd_83()
H A Dtarget_core_tpg.c635 lun->lun_tpg = tpg; in core_tpg_alloc_lun()
H A Dtarget_core_configfs.c3221 struct se_portal_group *tpg = lun->lun_tpg; in target_tg_pt_gp_members_show()
/linux/include/target/
H A Dtarget_core_base.h785 struct se_portal_group *lun_tpg; member