Searched refs:tpg_rtpi (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/target/ |
D | target_core_tpg.c | 449 ret = xa_insert(&tpg_xa, se_tpg->tpg_rtpi, se_tpg, GFP_KERNEL); in target_tpg_register_rtpi() 454 se_tpg->tpg_rtpi); in target_tpg_register_rtpi() 461 se_tpg->tpg_rtpi = val; in target_tpg_register_rtpi() 469 if (se_tpg->tpg_rtpi && se_tpg->enabled) in target_tpg_deregister_rtpi() 470 xa_erase(&tpg_xa, se_tpg->tpg_rtpi); in target_tpg_deregister_rtpi()
|
D | target_core_stat.c | 458 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() 582 lun->lun_tpg->tpg_rtpi); in target_stat_tgt_port_name_show()
|
D | target_core_fabric_configfs.c | 851 return sysfs_emit(page, "%#x\n", se_tpg->tpg_rtpi); in target_fabric_tpg_base_rtpi_show() 874 se_tpg->tpg_rtpi = val; in target_fabric_tpg_base_rtpi_store()
|
D | target_core_pr.c | 666 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() 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()
|
D | target_core_alua.c | 228 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()
|
D | target_core_device.c | 221 if (lun->lun_tpg->tpg_rtpi != rtpi) in core_get_se_deve_from_rtpi()
|
D | target_core_spc.c | 315 put_unaligned_be16(lun->lun_tpg->tpg_rtpi, &buf[off]); in spc_emulate_evpd_83()
|
/linux-6.6.21/include/target/ |
D | target_core_base.h | 927 u16 tpg_rtpi; member
|