Home
last modified time | relevance | path

Searched refs:rtpi (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_pr.c3174 unsigned short rtpi; in core_scsi3_emulate_pro_register_and_move() local
3230 rtpi = (buf[18] & 0xff) << 8; in core_scsi3_emulate_pro_register_and_move()
3231 rtpi |= buf[19] & 0xff; in core_scsi3_emulate_pro_register_and_move()
3249 if (tmp_lun->lun_rtpi != rtpi) in core_scsi3_emulate_pro_register_and_move()
3275 " %hu\n", rtpi); in core_scsi3_emulate_pro_register_and_move()
3380 dest_se_deve = core_get_se_deve_from_rtpi(dest_node_acl, rtpi); in core_scsi3_emulate_pro_register_and_move()
3383 " %hu\n", dest_tf_ops->get_fabric_name(), rtpi); in core_scsi3_emulate_pro_register_and_move()
3515 core_scsi3_pr_dump_type(type), rtpi, in core_scsi3_emulate_pro_register_and_move()
Dtarget_core_device.c216 u16 rtpi) in core_get_se_deve_from_rtpi() argument
231 if (lun->lun_rtpi != rtpi) in core_get_se_deve_from_rtpi()
Dtarget_core_alua.c290 u16 tg_pt_id, rtpi; in target_emulate_set_target_port_groups() local
402 rtpi = get_unaligned_be16(ptr + 2); in target_emulate_set_target_port_groups()
410 if (lun->lun_rtpi != rtpi) in target_emulate_set_target_port_groups()