Home
last modified time | relevance | path

Searched refs:tpg_rtpi (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/target/
Dtarget_core_tpg.c449 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()
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()
582 lun->lun_tpg->tpg_rtpi); in target_stat_tgt_port_name_show()
Dtarget_core_fabric_configfs.c851 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()
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()
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()
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()
Dtarget_core_device.c221 if (lun->lun_tpg->tpg_rtpi != rtpi) in core_get_se_deve_from_rtpi()
Dtarget_core_spc.c315 put_unaligned_be16(lun->lun_tpg->tpg_rtpi, &buf[off]); in spc_emulate_evpd_83()
/linux-6.6.21/include/target/
Dtarget_core_base.h927 u16 tpg_rtpi; member