Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_device.c231 if (lun->lun_rtpi != rtpi) in core_get_se_deve_from_rtpi()
506 lun->lun_rtpi = dev->dev_rpti_counter++; in core_alloc_rtpi()
507 if (!lun->lun_rtpi) in core_alloc_rtpi()
515 if (lun->lun_rtpi == tmp->lun_rtpi) in core_alloc_rtpi()
Dtarget_core_stat.c473 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_rtpi); in target_stat_port_indx_show()
579 ret = snprintf(page, PAGE_SIZE, "%u\n", lun->lun_rtpi); in target_stat_tgt_port_indx_show()
597 lun->lun_rtpi); in target_stat_tgt_port_name_show()
Dtarget_core_spc.c290 buf[off++] = ((lun->lun_rtpi >> 8) & 0xff); in spc_emulate_evpd_83()
291 buf[off++] = (lun->lun_rtpi & 0xff); in spc_emulate_evpd_83()
Dtarget_core_alua.c236 buf[off++] = ((lun->lun_rtpi >> 8) & 0xff); in target_emulate_report_target_port_groups()
237 buf[off++] = (lun->lun_rtpi & 0xff); in target_emulate_report_target_port_groups()
410 if (lun->lun_rtpi != rtpi) in target_emulate_set_target_port_groups()
Dtarget_core_pr.c668 pr_reg->tg_pt_sep_rtpi = lun->lun_rtpi; in __core_scsi3_do_alloc_registration()
977 pr_reg->tg_pt_sep_rtpi = lun->lun_rtpi; in __core_scsi3_check_aptpl_registration()
1606 dest_rtpi = tmp_lun->lun_rtpi; in core_scsi3_decode_spec_i_port()
3249 if (tmp_lun->lun_rtpi != rtpi) in core_scsi3_emulate_pro_register_and_move()
/linux-4.4.14/include/target/
Dtarget_core_base.h717 u16 lun_rtpi; member