Home
last modified time | relevance | path

Searched refs:sep_rtpi (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_device.c225 if (port->sep_rtpi != rtpi) in core_get_se_deve_from_rtpi()
496 port->sep_rtpi = dev->dev_rpti_counter++; in core_alloc_port()
497 if (!port->sep_rtpi) in core_alloc_port()
505 if (port->sep_rtpi == port_tmp->sep_rtpi) in core_alloc_port()
549 port->sep_index = port->sep_rtpi; /* RELATIVE TARGET PORT IDENTIFIER */ in core_export_port()
Dtarget_core_spc.c302 buf[off++] = ((port->sep_rtpi >> 8) & 0xff); in spc_emulate_evpd_83()
303 buf[off++] = (port->sep_rtpi & 0xff); in spc_emulate_evpd_83()
Dtarget_core_pr.c1552 dest_rtpi = tmp_port->sep_rtpi; in core_scsi3_decode_spec_i_port()
1895 lun->lun_sep->sep_rtpi, lun->unpacked_lun, reg_count); in core_scsi3_update_aptpl_buf()
3193 if (se_port->sep_rtpi != rtpi) in core_scsi3_emulate_pro_register_and_move()
3998 buf[off++] = ((port->sep_rtpi >> 8) & 0xff); in core_scsi3_pri_read_full_status()
3999 buf[off++] = (port->sep_rtpi & 0xff); in core_scsi3_pri_read_full_status()
Dtarget_core_alua.c238 buf[off++] = ((port->sep_rtpi >> 8) & 0xff); in target_emulate_report_target_port_groups()
239 buf[off++] = (port->sep_rtpi & 0xff); in target_emulate_report_target_port_groups()
423 if (port->sep_rtpi != rtpi) in target_emulate_set_target_port_groups()
Dtarget_core_configfs.c888 " %s Logical Unit: %u\n", lun->lun_sep->sep_rtpi, in target_core_dev_pr_show_attr_res_pr_holder_tg_port()
/linux-4.1.27/include/target/
Dtarget_core_base.h851 u16 sep_rtpi; member