Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_stat.c458 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_tpg->tpg_rtpi); in target_stat_port_indx_show()
564 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_tpg->tpg_rtpi); in target_stat_tgt_port_indx_show()
573 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_name_show()
582 lun->lun_tpg->tpg_rtpi); in target_stat_tgt_port_name_show()
591 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_tgt_port_port_index_show()
728 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_device_show()
747 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_indx_show()
764 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_dev_name_show()
787 struct se_portal_group *tpg = lun->lun_tpg; in target_stat_transport_proto_id_show()
H A Dtarget_core_device.c221 if (lun->lun_tpg->tpg_rtpi != rtpi) in core_get_se_deve_from_rtpi()
630 struct se_portal_group *tpg = lun->lun_tpg; in core_dev_del_initiator_node_lun_acl()
784 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()
1171 struct se_portal_group *se_tpg = lun->lun_tpg; in core_alua_update_tpg_secondary_metadata()
1901 struct se_portal_group *tpg = lun->lun_tpg; in core_alua_store_tg_pt_gp_info()
H A Dtarget_core_pr.c666 pr_reg->tg_pt_sep_rtpi = lun->lun_tpg->tpg_rtpi; in __core_scsi3_do_alloc_registration()
970 pr_reg->tg_pt_sep_rtpi = lun->lun_tpg->tpg_rtpi; in __core_scsi3_check_aptpl_registration()
1562 tmp_tpg = tmp_lun->lun_tpg; in core_scsi3_decode_spec_i_port()
1570 dest_rtpi = tmp_lun->lun_tpg->tpg_rtpi; in core_scsi3_decode_spec_i_port()
3228 if (tmp_lun->lun_tpg->tpg_rtpi != rtpi) in core_scsi3_emulate_pro_register_and_move()
3230 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.c75 struct se_portal_group *tpg = lun->lun_tpg; in spc_emulate_inquiry_std()
295 tpg = lun->lun_tpg; in spc_emulate_evpd_83()
315 put_unaligned_be16(lun->lun_tpg->tpg_rtpi, &buf[off]); in spc_emulate_evpd_83()
H A Dtarget_core_tpg.c628 lun->lun_tpg = tpg; in core_tpg_alloc_lun()
H A Dtarget_core_configfs.c3132 struct se_portal_group *tpg = lun->lun_tpg; in target_tg_pt_gp_members_show()
/openbmc/linux/include/target/
H A Dtarget_core_base.h760 struct se_portal_group *lun_tpg; member